Elmārs
Elmārs
it's coming bois
Implement various element hooks to simplify usage - [x] Button - [x] Text Input - [x] Slider - [x] Checkbox - [ ] Dropdown (depends on text input) - [x]...
Gonna be pretty hard, but wouldn't be the worst thing in the world to have some sanity testing going
Useful for pop-ups, drop downs and what not
Child elements are a particular pain point, add a helper function to manage them(removal, adding, drawing all in order etc).
Create a limited set of default elements, for now: 1. Button with text 2. Button with icon and text 3. Textinput 4. Scrollbar 5. Scrollcontainer 6. Dropdown/combo box 7. Checkbox...
Debug info is priceless in dev but fairly meaningless to users, implement a way to show info behind a conf value
Profiling has no need in production or user code yet provides crucial information to developers, add this configuration value and implement one standard profiler.