Name
A UI kit built with sdl2 in rust. Originally created for the Benday project.
Usage
rust
use sdl2::event::Event;
//TODO: Add usage
TODO (in order of importance)
[ ] Widget to add:
- [ ] Button
- [ ] Text input
- [ ] Checkbox
- [ ] Switch (on/off)
- [ ] Dropdown (rolling list)
- [ ] Radio button
- [ ] Menu (buttons grouped together)
[ ] Add usage
- [ ] Add examples (more complex than)
- [ ] Add documentation
- [ ] Add tests