Update todo

This commit is contained in:
Nikita Lisitsa 2020-09-13 12:25:16 +03:00
parent 9aac943efd
commit e3f9770dea

View file

@ -1,6 +1,9 @@
* Design affine transforms in geom & use them instead of matrices when appropriate * Design affine transforms in geom & use them instead of matrices when appropriate
* Implement pixmap font rendering * Add more pixmap fonts
* Design ui system * Design ui system
* Add platform deployment tools * Add platform deployment tools
* Add color utilities * Add color utilities
* gfx::painter should support normals & minimal lighting (maybe split into separate 2D & 3D painters?) * gfx::painter should support normals & minimal lighting (maybe split into separate 2D & 3D painters?)
* pcg: add clean Generator, Sampler & Pixmap processor concepts, uniformize interfaces, be type- & dimension-agnostic when possible
* pcg: add more vector & point distributions
* pcg: use pcg rng & hand-crafted standard distributions, get rid of <random> entirely