summaryrefslogtreecommitdiff
path: root/todo.txt
blob: d85fe761af26caf5ed697102570699f799320226 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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