Skip to content

A webapp to layout user interface and generate code for Dear ImGui.

License

Notifications You must be signed in to change notification settings

poirierlouis/FellowImGui

Repository files navigation

Fellow ImGui

alpha release

A webapp tool to layout user interface and generate code for Dear ImGui. It is currently powered by imgui-js.

You can play with this tool at Fellow ImGui.

Getting started

Features

  • real-time preview
  • drag-n-drop to add widgets
  • tree of widgets to organize the layout
  • generate ImGui code on the fly for:
    • Lua
  • import / export FIG files
  • import / export FIGT template files

Development

TBD