shithub: tinygl

Download patch

ref: 168683cd1194096ef09dea3ca20469244c43bfc8
parent: 508ec7281fc86c62c845e908096aeca7aeed0431
author: David <gek@katherine>
date: Wed Mar 3 08:44:34 EST 2021

OpenIMGUI standards update

--- a/README.md
+++ b/README.md
@@ -401,6 +401,15 @@
 Average: around 842 FPS
 ```
 
+### OpenIMGUI Standard
+
+TinyGL includes an implementation of the OpenIMGUI standard, visible in SDL_EXAMPLES/menu.c
+
+it is a standards proposal I've created for cross-platform immediate mode GUIs as a replacement
+for common solutions like "imgui" and Nuklear, which have glaring flaws when discussing their portability.
+
+Consider using it!
+
 _______________________________________________________________________________________
 
 # Here is the old description of TinyGL, saved for historical/attribution purposes: