Browse Source

updated todo list

IverMartinson 7 months ago
parent
commit
fac20f56f2
1 changed files with 8 additions and 6 deletions
  1. 8 6
      readme.md

+ 8 - 6
readme.md

@@ -15,15 +15,17 @@ Rasterizer + Iver = RasterIver
 
 
 
 
 # Todo
 # 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
-- [x] add texture support
+- [x] make todo list
+- [ ] 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
+- [x] texture support
 - [ ] fix interpolation issue with UV maps (and probably normals and Z values too)
 - [ ] fix interpolation issue with UV maps (and probably normals and Z values too)
 - [ ] fix horribly named variables in request object functions
 - [ ] fix horribly named variables in request object functions
 - [ ] include rasteriver.h in the kernels for better code updatability
 - [ ] include rasteriver.h in the kernels for better code updatability
 - [ ] make kernels not be in strings (read the file at compile time and put it inside rasteriver.c as a string? put it in a header like how it is now?)
 - [ ] make kernels not be in strings (read the file at compile time and put it inside rasteriver.c as a string? put it in a header like how it is now?)
 - [ ] change all iterator variables in for loops to have "i_" before it's variable name
 - [ ] change all iterator variables in for loops to have "i_" before it's variable name
-- [ ] add descriptions RI functions
-- [ ] add a function call stack to review where errors happen or just debug stuff
+- [ ] descriptions RI functions
+- [ ] a function call stack to review where errors happen or just debug stuff
 - [ ] optimize object memory usage by not loading object data multiple times when the same object is requested
 - [ ] optimize object memory usage by not loading object data multiple times when the same object is requested
-- [ ] add checks for invalid/nonexistant files
+- [ ] checks for invalid/nonexistant files
+- [ ] perspective
+- [ ] object transforms (rotation mainly. Might add fancy stuff like sheer)