Visual Embedded GUI Designer | Drag & Drop → Auto-generate C Code → Compile & Simulate
| Category | Content |
|---|---|
| Design | Drag & drop visual designer with live preview |
| Components | Buttons, labels, images, inputs, progress bars, sliders, video, 3D models |
| Code | HML → C code generation with user code protection |
| Simulation | One-click compile & run, works offline |
| Collaboration | Real-time multi-user editing over LAN |
| Resources | Image/font/video/3D model converters |
Search VSCode Marketplace for "HoneyGUI Visual Designer" → Install
| Step | Action |
|---|---|
| 1 | New Project - Click HoneyGUI icon in sidebar |
| 2 | Design - Double-click .hml file, drag components to canvas |
| 3 | Run - Click ▶ Compile & Simulate in toolbar |
Ctrl+Shift+P → HoneyGUI: Resource Conversion Tools
| Type | Input | Output |
|---|---|---|
| Image | PNG, JPG, BMP | BIN |
| Font | TTF, OTF | BIN |
| 3D | OBJ, GLTF, GLB | BIN |
| Video | MP4, AVI, MOV | MP4 (H.264) |
project.json
{ "name": "my-project", "resolution": "480X272" }MIT
