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
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue