From 44e48ddc2785b037abd202a8d38b2ef2e8c36600 Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 14 Dec 2024 23:15:34 +1100 Subject: initial commit --- todo.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 todo.txt (limited to 'todo.txt') 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 + -- cgit v1.2.3-54-g00ecf