oglc/todo.md

29 lines
939 B
Markdown
Raw Normal View History

2021-07-04 03:53:37 +02:00
* [x] basic opengl initialisation
2021-07-24 02:31:35 +02:00
* [-] shader pre-processor
* [x] ppp.py
2021-07-30 00:39:04 +02:00
* [ ] read root shaders from src/shader/
* [ ] read include shaders from src shader/ include
* [ ] write processed shaders to bin/res/shader/
* [ ] attempt to compile processed shaders
2021-07-24 02:31:35 +02:00
* [ ] output frame to a file
* [ ] detect input keydown s
* [ ] get timestamp
* [ ] create and write to file (maybe with `stb_image.h`?)
* [-] render image with compute shader
* [x] render a texture to a full-screen quad
* [x] pass uniforms to texture to animate it
* [ ] ray tracing time
* [ ] acquire randomness
* [ ] acceleration time !
* [ ] auxiliary textures: g buffer
* [ ] frame blending
* [ ] maybe do some fractals
* [ ] mandelbrot
* [ ] julia
* [ ] trongle
* [ ] command line arguments
* [ ] help
* [ ] window dimensions
* [ ] scene definition