21 lines
398 B
Markdown
21 lines
398 B
Markdown
* stack component
|
|
|
|
* button
|
|
|
|
* layout (constraint)
|
|
|
|
* scroll
|
|
|
|
* Text wrap
|
|
|
|
* projected vertex/raw vertex mode (projection on GPU)
|
|
|
|
* negative absolution position (from right/bottom)
|
|
|
|
* 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)
|