Compare commits

..

2 Commits

Author SHA1 Message Date
1b09d80f7a Update TODO 2025-06-19 15:33:54 +02:00
63448210e2 Update TODO 2025-06-19 15:32:29 +02:00

13
TODO.md
View File

@@ -1,5 +1,9 @@
# Voile MVP
## Bugfixes
- ActionJustPressed and KeyboardKeyJustPressed don't detect inputs consistently.
## Core
- ~~Add and implement interfaces for systems (ISystem, IUpdatableSystem, etc.)~~
@@ -65,7 +69,12 @@
- Basic widgets (button, label, text input)
- Layout
- Containers
- ~~VerticalContainer~~
- ~~HorizontalContainer~~
- ~~GridContainer~~
- FlexContainer
- Positioning (anchors)
- Input propagation
- Styling.
- Basic input elements (button, text field, toggle).
- Containers (vertical and horizontal).
- Styling.