From e3f9770deae1798a84aa54cb7bcc1877b69a816f Mon Sep 17 00:00:00 2001 From: lisyarus Date: Sun, 13 Sep 2020 12:25:16 +0300 Subject: [PATCH] Update todo --- todo.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/todo.md b/todo.md index 64efc6e5..7af83e36 100644 --- a/todo.md +++ b/todo.md @@ -1,6 +1,9 @@ * Design affine transforms in geom & use them instead of matrices when appropriate -* Implement pixmap font rendering +* Add more pixmap fonts * Design ui system * Add platform deployment tools * Add color utilities * 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 entirely