summaryrefslogtreecommitdiff
path: root/devnotes
diff options
context:
space:
mode:
authorjussi2023-12-01 00:26:43 +0200
committerjussi2023-12-01 00:26:43 +0200
commit4a783a156e1ab6ea9a8b69cd75db6aa33bb6eefc (patch)
treeadeb24d93282e527d2e4a33fbc3fd98f72086936 /devnotes
parenta5d40f70258644b4c631e6917f1883ce548ebbeb (diff)
downloadreilua-enhanced-4a783a156e1ab6ea9a8b69cd75db6aa33bb6eefc.tar.gz
reilua-enhanced-4a783a156e1ab6ea9a8b69cd75db6aa33bb6eefc.tar.bz2
reilua-enhanced-4a783a156e1ab6ea9a8b69cd75db6aa33bb6eefc.zip
Raygui wrapper library disable and styles for each element.
Diffstat (limited to 'devnotes')
-rw-r--r--devnotes4
1 files changed, 3 insertions, 1 deletions
diff --git a/devnotes b/devnotes
index 6e5ce1d..1d9999e 100644
--- a/devnotes
+++ b/devnotes
@@ -1,8 +1,10 @@
Current {
- * Gui library to object based.
}
Backlog {
+ * Raygui lib
+ * Check if could remove flickering from changing draw order by making queue for order changing and only
+ change them after everything is drawn.
* Platform desktop SDL.
* Text input not working on gui. Could this be Raylib issue?
* Haptic functions.