summaryrefslogtreecommitdiff
path: root/devnotes
diff options
context:
space:
mode:
authorjussi2023-04-17 17:55:27 +0300
committerjussi2023-04-17 17:55:27 +0300
commit8182c486e64f21c6f95b9108b0e506e603c2a65c (patch)
tree45cb8299fd20e4f6f2cdf761afe8281ac445f035 /devnotes
parente732b936d4a2c40057eefebed9e6b2e653aeea27 (diff)
downloadreilua-enhanced-8182c486e64f21c6f95b9108b0e506e603c2a65c.tar.gz
reilua-enhanced-8182c486e64f21c6f95b9108b0e506e603c2a65c.tar.bz2
reilua-enhanced-8182c486e64f21c6f95b9108b0e506e603c2a65c.zip
Raygui wrapper examples.
Diffstat (limited to 'devnotes')
-rw-r--r--devnotes12
1 files changed, 6 insertions, 6 deletions
diff --git a/devnotes b/devnotes
index b0392b3..c323107 100644
--- a/devnotes
+++ b/devnotes
@@ -1,18 +1,18 @@
Current {
- * Check new functions from https://github.com/raysan5/raylib/blob/master/CHANGELOG
- * Tilemap clib.
+ * Check raylib changes from https://github.com/raysan5/raylib/blob/master/CHANGELOG
}
Backlog {
- * IsWaveReady and other Is* ready functions.
+ * Platformer example physics process for true framerate independence.
* Extend color lib functionality.
+ * Tilemap clib. Fast tilemap draw and clib example.
- * Platformer example physics process for true framerate independence.
- * rlgl
- * More low level functions. Could be usefull now when for example draw polygon is removed.
+ * IsWaveReady and other Is* ready functions.
* Text
* Ability to set font texture filtering.
* Codepoints?
+ * rlgl
+ * More low level functions. Could be usefull now when for example DrawTexturePoly is removed.
* Audio
* AudioStream.
* Core.