summaryrefslogtreecommitdiff
path: root/todo.txt
blob: d17a86d6185cc17c0e9ac982f1f0a4ba8613425f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
todo list
 - [x] shader compiling
 - [x] windowing + input
 - [x] vulkan device and swapchain, etc
 - [x] draw a triangle
 - [x] texture conversion + compression, etc
 - [x] texture the triangle
 - [x] refactor pipelines and vertex formats to be more flexible
 - [ ] 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