Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jul 23:52

imgui-mcp v1.1.0

AI agents design, control & debug Dear ImGui interfaces in real-time.

Install

Linux:

tar -xzf imgui-mcp-*-linux-x64.tar.gz
cd imgui-mcp-*-linux-x64
./setup.sh

Windows:

Extract zip → run install.bat

What's included

  • 84 MCP tools, 102 widget types
  • Interactive canvas: hit regions (rect, circle, ellipse, polygon) with hover, click, drag, wheel, double-click events
  • Draw layer transforms: translate, rotate, scale, opacity per draw layer
  • Per-object draw command updates: change one command without replacing the layer
  • Declarative bindings: wire widget values to visual properties (opacity, position, scale)
  • Declarative callbacks: button click toggles visibility, switches scenes, sets values — no polling
  • Runtime TTF/OTF font stacks with merged icon/symbol fallbacks
  • Portable JSON designs preserve active fonts and live animations
  • Visual feedback (screenshots)
  • Input simulation, animation, theming
  • Game UI patterns (health bars, inventory, dialogue, minimaps)
  • Export to C++, Lua, JSON
  • Works with Claude, Cursor, VS Code, omp, Windsurf, Zed, Gemini CLI & more

What's Changed

  • fix: preserve composable draw layers in v1.0.7 by @SaloQT in #6

Full Changelog: v1.0.6...v1.1.0