imgui_export_cpp
Generate C++ ImGui source code that reproduces the current UI layout, preserving all windows, widgets, and their live values, with the option to write directly to a file.
Instructions
Export the current UI layout as C++ ImGui 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 C++ code to. If omitted, code is returned inline. |