diff options
author | quou <quou@disroot.org> | 2024-12-14 23:15:34 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-12-14 23:19:17 +1100 |
commit | 44e48ddc2785b037abd202a8d38b2ef2e8c36600 (patch) | |
tree | f58887ce48f7fdbf6dcca365b2a1b02a34e1b355 /todo.txt |
initial commit
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 + |