Browse Source

updated todo list

IverMartinson 7 months ago
parent
commit
51fd4c0899
1 changed files with 3 additions and 1 deletions
  1. 3 1
      readme.md

+ 3 - 1
readme.md

@@ -20,4 +20,6 @@ Rasterizer + Iver = RasterIver
 - [ ] add texture support
 - [ ] fix horribly named variables in request object functions
 - [ ] 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 "iterator_" before it's variable name
+- [ ] add descriptions RI functions