Update todo
This commit is contained in:
parent
a53b32067f
commit
3cf308e7fe
1 changed files with 11 additions and 5 deletions
16
todo.md
16
todo.md
|
|
@ -1,9 +1,6 @@
|
||||||
* geom
|
* geom
|
||||||
* Primitives of dynamic runtime size (Eigen-like)
|
* Primitives of dynamic runtime size (Eigen-like)
|
||||||
* Tests
|
* Tests
|
||||||
* ui
|
|
||||||
* design & implement a ui engine
|
|
||||||
* separated logic & rendering & event handling
|
|
||||||
* phx
|
* phx
|
||||||
* implement a 2D physics engine
|
* implement a 2D physics engine
|
||||||
* gfx
|
* gfx
|
||||||
|
|
@ -25,5 +22,14 @@
|
||||||
* parser
|
* parser
|
||||||
* overflow checks for number parsers
|
* overflow checks for number parsers
|
||||||
* recursive parsers
|
* recursive parsers
|
||||||
* async
|
* ui
|
||||||
* fix threadpool::wait
|
* 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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue