Updated Release 1.1 (No longer being updated)
About
Pico-GUI is an object based ui library useful for debugging games or creating development tools. This was made in just one day, and there may be some bugs or important missing features.
Currently the system is at 891 tokens. I'm not the best at crunching down token counts, so if someone manages to save more tokens, let me know and I'll probably update the main post with that version
Widgets
Widgets are any interactable UI element.
By default, Pico-GUI supports Panels (windows), Sliders, Buttons and Toggles.
Very nice! I noticed that in code there's a variable called select, I think it should be renamed to something else so it doesn't get highlighted as green in editor (I assume it doesn't actually overwrite the function as it's a local variable)
[Please log in to post a comment]