From e836385f33b15ed79dd8faa846ca88084b4be989 Mon Sep 17 00:00:00 2001 From: lisyarus Date: Wed, 23 Sep 2020 11:12:30 +0300 Subject: [PATCH] Update todo --- todo.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/todo.md b/todo.md index 7af83e36..5938c9ff 100644 --- a/todo.md +++ b/todo.md @@ -1,9 +1,7 @@ * Design affine transforms in geom & use them instead of matrices when appropriate * 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 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