summaryrefslogtreecommitdiff
path: root/devnotes
diff options
context:
space:
mode:
authorjussi2023-04-06 22:17:33 +0300
committerjussi2023-04-06 22:17:33 +0300
commit9e7f538a38eb66430f919eec1d5cfa3a7a1efe8c (patch)
tree1b9b90b57a419ceef0dce1004b63b3ab04421a4d /devnotes
parentfe15e836bd87963d10bd301a3a24652763059e0d (diff)
downloadreilua-enhanced-9e7f538a38eb66430f919eec1d5cfa3a7a1efe8c.tar.gz
reilua-enhanced-9e7f538a38eb66430f919eec1d5cfa3a7a1efe8c.tar.bz2
reilua-enhanced-9e7f538a38eb66430f919eec1d5cfa3a7a1efe8c.zip
Vector2LineAngle and more Color functions.
Diffstat (limited to 'devnotes')
-rw-r--r--devnotes16
1 files changed, 12 insertions, 4 deletions
diff --git a/devnotes b/devnotes
index 16f0832..c374f29 100644
--- a/devnotes
+++ b/devnotes
@@ -4,16 +4,24 @@ Current {
}
Backlog {
- * Raymath
- * Vector2LineAngle
+ * IsWaveReady and others like that.
+
* rlgl
- * More low level functions.
+ * More low level functions. Could be usefull now when draw polygon is removed.
* Text
* Ability to set font texture filtering.
* Codepoints?
* Audio
* AudioStream.
- * VR.
* Core.
* Compression/Encoding functionality.
+ * SetWindowIcons.
+ * Textures
+ * GenImagePerlinNoise
+ * GenImageText
+ * ImageDrawCircleLines
+ * ImageBlurGaussian
+ * Models
+ * DrawCapsule and DrawCapsuleWires
+ * LoadMaterials
}