A lightweight, cross-platform visual GUI builder for the Gooey C GUI framework.
Early preview. Core widgets, layout system, and code generation are under active development.
curl
https://raw.githubusercontent.com/BinaryInkTN/GooeyBuilder/refs/heads/main/installer.py
-o installer.py && python3 installer.py
Compose interfaces using native Gooey widgets with drag & drop.
Built-in console for debugging and inspecting output.
Generates readable C code directly using the Gooey API.
| Capability | GooeyBuilder |
|---|---|
| Widget System | Buttons, Labels, Images, Containers, Tabs, Sliders, Progress Bars |
| Property Editing | Intuitive inspector for widget attributes |
| Event Binding | Callback hooks generated in C |
| Code Generation | Clean, maintainable Gooey-based C code |
| Platforms | Desktop, embedded Linux, microcontrollers |
| Footprint | Lightweight, minimal runtime dependencies |