An IMGUI inspired GUI Framework for javascript thats designed to be as simple to use as IMGUI.
Seznam verzí skriptu, při kterých došlo ke změnám v kódu. Zobrazit všechny verze.
Updated preview of gui and some other stuff
Bug fixed, added BeginRow/EndRow() functionality, to align several controls on the same row instead of one control per row
Updated the theme for dark mode to look a lot more like the default dark mode colors from Dear Imgui (and also a lot more QoL things)
General improvements
Updated the example code to reflect the changes done to the script
Omitted the 'Add*' part to the control adding functions. Instead of AddTextbox(...) its now just Textbox(...). This applies to all methods now
AddTextbox(...)
Textbox(...)