Update todo

This commit is contained in:
Nikita Lisitsa 2021-02-25 09:41:18 +03:00
parent a53b32067f
commit 3cf308e7fe

16
todo.md
View file

@ -1,9 +1,6 @@
* geom
* Primitives of dynamic runtime size (Eigen-like)
* Tests
* ui
* design & implement a ui engine
* separated logic & rendering & event handling
* phx
* implement a 2D physics engine
* gfx
@ -25,5 +22,14 @@
* parser
* overflow checks for number parsers
* recursive parsers
* async
* fix threadpool::wait
* ui
* bitmap fonts rendering in painter
* text layout in label with cached glyphs
* grid layout element with equal cells
* grid layout quadratic optimization
* style description
* default element factory accept style
* per-element stylization
* draggable window element
* screen children sorting
* slider element