Browse Source

updated todo list

iver 7 months ago
parent
commit
ea07ef3af4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      readme.md

+ 2 - 1
readme.md

@@ -41,4 +41,5 @@ Rasterizer + Iver = RasterIver
 - [x] flag for using CPU instead of GPU
 - [x] flag for using CPU instead of GPU
 - [ ] actually acurate FPS cap
 - [ ] actually acurate FPS cap
 - [ ] make a function to return a pointer to the last SDL_event (or copy it doesnt really matter)
 - [ ] make a function to return a pointer to the last SDL_event (or copy it doesnt really matter)
-- [ ] make an option for multiple cameras, or defining a camera. I want to be able to write it to a "texture" in menory and have objects use it as their texture
+- [ ] make an option for multiple cameras, or defining a camera. I want to be able to write it to a "texture" in menory and have objects use it as their texture
+- [ ] add materials/shaders that define unlit, lit, textures, and whatever else. Maybe have shader kernels? I have no idea how you would implement that but it sounds cool