Browse Source

updated todo list

IverMartinson 7 months ago
parent
commit
0d1ae01a75
1 changed files with 1 additions and 0 deletions
  1. 1 0
      readme.md

+ 1 - 0
readme.md

@@ -23,3 +23,4 @@ Rasterizer + Iver = RasterIver
 - [ ] 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 descriptions RI functions
+- [ ] add a function call stack to review where errors happen or just debug stuff