Stack component implemented (more flex than stack)

This commit is contained in:
Corentin 2021-07-18 01:19:44 +09:00
commit 2ba59d8e37
17 changed files with 426 additions and 100 deletions

21
ROADMAP.md Normal file
View 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)