aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2022-08-25 21:39:11 -0500
committerjvech <jmvalenciae@unal.edu.co>2022-08-25 21:39:11 -0500
commit3b24a477cf566296aa758058aaca96cf0c117141 (patch)
treef89b1e37d47edaff6b33968d26620e51923a8722 /TODO
parent3bad7358dc55a969aec23bb5a5932c072d4beedd (diff)
feat: linear library implemented
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/TODO b/TODO
index e9929ad..d28e068 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,19 @@
+General
+- Add textures
+ ? Try to implement it without external libraries
+ - Make a PNG image reader
+
+- Add 3D objects
+ - define a format for 3D objects
+ - Render a set of vertices loaded from a file
+
Learning
* Make a Hello Window
* Make a Hello Triangle
* Make a Shader Loader Library
+
+Linear
+- Implement the Inverse function of mat4
+- Implement the determinant function of mat4
+
+Shader
Feel free to download, copy and edit any repo