add: debugging roadmap goals

2025-03-06 18:03:22 +01:00
parent 18048f571d
commit 57b5d3fea9

@@ -15,8 +15,9 @@ The following list contains goals for certain features the library supports or i
- [x] separators
- [x] Rectangle
- [ ] Sizing options (should be only one option at any given time possible)
- [x] fixed size (*absolute*)
- [ ] percentage size (*relative*)
- [x] fixed sizes (*absolute*)
- [x] growable sizes
- [ ] percentage sizes (compared to its parent Container, or for the root, compared to the absolute screen size) (*relative*)
- [ ] Inline rendering (**later**)
- [ ] User control
- [x] event loop handling
@@ -82,3 +83,10 @@ The following list contains goals for certain features the library supports or i
- [x] try to integrate them into the library itself such that they also serve as examples on how to test
- [x] `Layout`, `Border` and `Rectangle` contain the test cases for rendering of `Container`s
- [x] `Scrollable` test cases containing inclusion of test creation containing user interaction (i.e. mouse scrolling)
- [ ] Debugging
- [ ] render correpsonding contents with debug information (the following points are just brain dump of potential information the developer want to see):
- *origin* of `Container`s
- *size* of `Container` (i.e. the four corners?)
- *padding* of `Container`
- *gap* of `Container`
- *separator* of `Container`