Stack component implemented (more flex than stack)
This commit is contained in:
parent
b530f65f38
commit
2ba59d8e37
17 changed files with 426 additions and 100 deletions
21
ROADMAP.md
Normal file
21
ROADMAP.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
* stack component
|
||||
|
||||
* negative absolution position (from right/bottom)
|
||||
|
||||
* flex component
|
||||
|
||||
* layout (constraint)
|
||||
|
||||
* scroll
|
||||
|
||||
* button
|
||||
|
||||
* projected vertex/raw vertex mode (projection on GPU)
|
||||
|
||||
* VAO/VBO in windows (batched)
|
||||
|
||||
* pool/wait mode mechanism
|
||||
|
||||
* better font rendering : signed distance
|
||||
|
||||
* Rich text component : parsing html? making list of struct of texts (with style information for the rendering)
|
||||
Loading…
Add table
Add a link
Reference in a new issue