From fb177c03f75b4e7bbc2d74bbb758291f6a2280da Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Thu, 12 Dec 2024 15:46:40 +0100 Subject: [PATCH] some todos --- TODO | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 837d2a6..8ffaabc 100644 --- a/TODO +++ b/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