Greasy Fork is available in English.
An IMGUI inspired GUI Framework for javascript thats designed to be as simple to use as IMGUI.
当前为 2025-05-18 提交的版本,查看 最新版本。
这些是此脚本变更过代码的版本。 显示所有版本。
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(...)