Update todo

This commit is contained in:
Nikita Lisitsa 2021-03-07 19:09:06 +03:00
parent 4fa64be5b0
commit 3482eceea3

View file

@ -1,3 +1,5 @@
* util
* span: fix constness + create from vector
* geom
* Primitives of dynamic runtime size (Eigen-like)
* Tests
@ -6,7 +8,7 @@
* gfx
* add more pixmap fonts
* painter should be 2D only, make a separate 3D painter
* implement proper .OBJ loader (with materials & vertex sharing)
* mesh: cleanup interface (more load_raw; use util::span)
* deferred renderer
* cascaded shadow maps
* CPU frustum culling