imgui_export_lua
Exports the current UI layout as Lua ImGui code, recreating all windows and widgets with their current values.
Instructions
Export the current UI layout as Lua ImGui bindings code that recreates all windows and widgets with their current values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional file path to write the Lua code to. If omitted, code is returned inline. |