summaryrefslogtreecommitdiff
path: root/devnotes
diff options
context:
space:
mode:
authorjussi2023-10-30 22:40:20 +0200
committerjussi2023-10-30 22:40:20 +0200
commitc3295e014d979c0213b3fb7e4837b5356bc8fdb4 (patch)
tree66ee22c7140761a17bf174d71fecfb94c1378b1d /devnotes
parent6e0d577d63b221797cdc7f392718dd1c4fb384b4 (diff)
downloadreilua-enhanced-c3295e014d979c0213b3fb7e4837b5356bc8fdb4.tar.gz
reilua-enhanced-c3295e014d979c0213b3fb7e4837b5356bc8fdb4.tar.bz2
reilua-enhanced-c3295e014d979c0213b3fb7e4837b5356bc8fdb4.zip
Reintroducing Unload functions. Is*Ready functions. GC_UNLOAD setting and check function.
Diffstat (limited to 'devnotes')
-rw-r--r--devnotes16
1 files changed, 9 insertions, 7 deletions
diff --git a/devnotes b/devnotes
index 1411ba8..5e80ae2 100644
--- a/devnotes
+++ b/devnotes
@@ -5,11 +5,6 @@ Backlog {
* rlgl
* Shaders management
* Compute shader management
- * Platformer example physics process for true framerate independence.
- * Extend color lib functionality.
- * Global variable descriptions for API.
-
- * IsWaveReady and other Is* ready functions.
* Text
* Codepoints?
* Audio
@@ -18,8 +13,15 @@ Backlog {
* Compression/Encoding functionality.
* SetWindowIcons.
* Models
- * LoadMaterials (Load materials from model file)
- * LoadMaterialsFromModel (Could then for example edit and set back to model)
+ * LoadMaterials (Load materials from model file).
+ * LoadMaterialsFromModel (Could then for example edit and set back to model).
+
+ * Extend color lib functionality.
+ * Global variable descriptions for API.
+
+ * Examples
+ * Improve Dungeon crawler example by generating custom mesh instead of drawing 3D quads.
+ * Platformer example physics process for true framerate independence.
}
Bugs {