ugui.c3l/TODO

22 lines
542 B
Plaintext
Raw Normal View History

2024-11-02 09:41:37 +01:00
# TODOs, semi-random sorting
2024-12-11 01:14:14 +01:00
[x] Implement glyph draw command
[x] Implement div.view and scrollbars
2024-11-02 09:41:37 +01:00
[ ] Port font system from C to C3 (rewrite1)
[ ] Update ARCHITECTURE.md
[ ] Write a README.md
2024-11-21 00:50:25 +01:00
[ ] Use an arena allocator for cache
2024-12-11 01:14:14 +01:00
## Commands
[ ] rect commads should have:
* border width
* border radius
[x] add a command to update an atlas
## Atlases
[ ] Add an interface to create, destroy, update and get atlases based on their ids
[ ] Implement multiple font atlases
## Fonts
[ ] Fix the missing alpha channel
[ ] Fix the allignment