57 lines
1.0 KiB
Markdown
57 lines
1.0 KiB
Markdown
# 64k Demo Intro Project
|
|
|
|
## ToDos
|
|
|
|
- [ ] Setup
|
|
- [x] Makefile
|
|
- [x] Draw Triangle
|
|
- [ ] Shader Management
|
|
- [ ] Configure Preprocessor
|
|
- [ ] Shader Storage
|
|
- [x] Binary compression
|
|
|
|
- [x] C++ Math Lib
|
|
|
|
- [ ] SDF
|
|
- [ ] Basic Shape Rendering
|
|
- [x] Sphere
|
|
- [ ] Box
|
|
- [ ] Inf Cylinder
|
|
- [ ] Capsule
|
|
- [ ] Ellipsoid
|
|
|
|
- [ ] Function Management
|
|
|
|
- [ ] Texture Mapping
|
|
|
|
- [ ] Effects
|
|
- [ ] Rounding
|
|
- [ ] Boolean
|
|
- [ ] Infinite
|
|
- [x] Displacement
|
|
- [ ] Twist
|
|
- [ ] Bend
|
|
|
|
- [ ] Texture Generation
|
|
|
|
- [ ] Renderer
|
|
- [ ] Deferred lighting
|
|
- [x] Shadow Projection
|
|
- [ ] Setup Post Processing Pipeline
|
|
|
|
- [ ] Post Processing Effects
|
|
- [ ] Volumentric Fog
|
|
- [ ] Ambient Occlusion
|
|
- [ ] Global Illumination/Reflections
|
|
|
|
- [ ] Scene Management
|
|
- [ ] Scene Encoding
|
|
- [ ] Level Editor
|
|
- [ ] Animation System
|
|
- [ ] Camera Management
|
|
|
|
- [ ] Vfx
|
|
- [ ] Flame
|
|
|
|
- [ ] Sounds
|
|
- [ ] Tracker Playback |