diff options
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..d85fe76 --- /dev/null +++ b/todo.txt @@ -0,0 +1,22 @@ +todo list + - [x] shader compiling + - [ ] windowing + input + - [ ] vulkan device and swapchain, etc + - [ ] draw a triangle + - [ ] texture conversion + compression, etc + - [ ] texture the triangle + - [ ] simple text rendering + - [ ] 3D maths library + - [ ] model conversion + - [ ] render a model + - [ ] render a sky box + - [ ] PBR + IBL + - [ ] shadows + - [ ] MSAA + - [ ] GI + - [ ] clustering + - [ ] bloom + - [ ] SSAO + - [ ] SSDO + - [ ] SSR + |