diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..94b3b61 --- /dev/null +++ b/readme.md @@ -0,0 +1,44 @@ +# 64k Demo Intro Project + +## ToDos + +- [ ] ### Setup + - [ ] Makefile + - [ ] Draw Triangle + +- [ ] ### SDF + - [ ] Basic Shape Rendering + - [ ] Sphere + - [ ] Box + - [ ] Inf Cylinder + - [ ] Capsule + - [ ] Ellipsoid + + - [ ] Function Management + + - [ ] Texture Mapping + + - [ ] Effects + - [ ] Rounding + - [ ] Boolean + - [ ] Infinite + - [ ] Displacement + - [ ] Twist + - [ ] Bend + +- [ ] Texture Generation + +- [ ] Renderer + - [ ] Deferred lighting + - [ ] Shadow Projection + +- [ ] Post Processing Effects + - [ ] Volumentric Fog + - [ ] Ambient Occlusion + - [ ] Global Illumination/Reflections + +- [ ] Scene Management + - [ ] Scene Encoding + - [ ] Level Editor + - [ ] Camera Management +