Browse Source

moved todo list into readme.md

IverMartinson 7 months ago
parent
commit
5e4a17c8d2
2 changed files with 6 additions and 3 deletions
  1. 6 0
      readme.md
  2. 0 3
      todo.md

+ 6 - 0
readme.md

@@ -12,3 +12,9 @@ Rasterizer + Iver = RasterIver
 - OpenCL Developer Libraries
 - ROCm if using AMD
 - CUDA if using NVIDIA
+
+
+# Todo
+- [x] add todo list
+- [ ] add function to request a mesh. I.E., request a number of polygons/verticies (maybe from presets? planes, cubes, idk) and be able to edit them on the fly. Useful for dynamic terrain or something like that
+- [ ] add textures

+ 0 - 3
todo.md

@@ -1,3 +0,0 @@
-- [x] add todo list
-- [ ] add function to request a mesh. I.E., request a number of polygons/verticies (maybe from presets? planes, cubes, idk) and be able to edit them on the fly. Useful for dynamic terrain or something like that
-- [ ] add textures