Greasy Fork is available in English.
An IMGUI inspired GUI Framework for javascript thats designed to be as simple to use as IMGUI.
这些是此脚本的所有版本。 只显示代码变更过的版本。
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)
Updated example images to show more up to date examples of how the UI looks, showing all currently supported controls
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(...)
Added image to show the light mode of the GUI