mirror of
https://git.planet-casio.com/Lephenixnoir/JustUI.git
synced 2025-04-04 01:27:13 +02:00
Lephe's GUI toolkit.
This requires jfkeys to _get_ the events, which needs to be done manually by its owner to some degree (in gintctl, gscreen handles it). Currently there are just 6 values 0..5 for F1..F6, but future expansion for rotating menus with more than 6 entries and nested menus might add to this set. |
||
---|---|---|
assets | ||
cmake | ||
doc | ||
include/justui | ||
juic | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
giteapc.make | ||
README.md | ||
TODO |
Just User Interfaces
JustUI is a "small" library to make GUIs on fx-9860G and fx-CG 50 with gint (and I mean small by GUI library standards). I've built it to improve user interfaces in gintctl, but it's still documented enough that you can try it if you need GUIs.
Features include:
- Widget trees with parent/children ownership
- Basic
jwidget
and derived types (jlabel
,jinput
, etc.) - A good layout system to determine the size and position of widgets
- Low-effort custom widgets (
jpainted
) and completely custom widget types - Decent keyboard focus and event system
Screenshots: TODO
Documentation:
- Widget types
- Widget hierarchy
- Space distribution and layout
- Scenes and events (TODO)
- Everything else is explained in the headers.