ref: 20d5f5a5bd51f896cc00fd440d33927050d715e8
parent: 983a17461a4a353fa44bcaa4c2a16b8d9d656938
author: David <gek@katherine>
date: Sat Feb 20 10:57:15 EST 2021
documentation update
--- a/README.md
+++ b/README.md
@@ -171,7 +171,13 @@
There is no FILE* usage, or I/O outside of 'msghandling.c' so if you want to remove all stdio dependency, just stub out the calls there.
+```
+it is recommended that for best performance you keep TinyGL on a separate thread from SDL, and to guard TinyGL's buffer with a mutex.
+This is not done in the demos but you can test the... thickness of the SDL stack by invoking gears or helloworld with -nosdl
+
+The framerate doubles.
+```
### NEW FUNCTIONS
These are functions not in the GL 1.1 spec that i've added to make this library more useful.