some todos
This commit is contained in:
parent
328cac871a
commit
fb177c03f7
11
TODO
11
TODO
@ -5,9 +5,10 @@
|
||||
[ ] Update ARCHITECTURE.md
|
||||
[ ] Write a README.md
|
||||
[ ] Use an arena allocator for cache
|
||||
[ ] Do not redraw if there was no update (no layout and no draw)
|
||||
|
||||
## Commands
|
||||
[ ] rect commads should have:
|
||||
[x] rect commads should have:
|
||||
* border width
|
||||
* border radius
|
||||
[x] add a command to update an atlas
|
||||
@ -19,3 +20,11 @@
|
||||
## Fonts
|
||||
[ ] Fix the missing alpha channel
|
||||
[ ] Fix the allignment
|
||||
|
||||
## Raylib
|
||||
[ ] Implement type (Rect, Color, Point) conversion functions between rl:: and ugui::
|
||||
[ ] Implement pixel radius rounding for border radius
|
||||
|
||||
## Widgets
|
||||
[ ] Dynamic text box to implement an fps counter
|
||||
[ ] Button with label
|
||||
|
Loading…
Reference in New Issue
Block a user