This is a minimal Godot project (built with 4.7, works down to 4.6) for
developing and trying out the Quick Layout editor plugin, a visual UI
Builder and alignment toolkit for Control-based UI.
The addon itself lives in addons/ui_builder/ —
see its README for the full feature list,
usage guide, and known limitations.
- Open this project in Godot 4.6+.
- Project → Project Settings → Plugins, enable "UI Builder".
- Open any scene with a
Controlnode (or start a new one) and use the UI Builder dock, or the Quick Layout dock on the left.
Copy addons/ui_builder/ into your project's addons/ folder and enable
it the same way — no dependency on anything else in this repo.
MIT — see LICENSE.