Skip to content

MacFurax/ofxImGui

 
 

Repository files navigation

I have added

Docking (in docking branch)

Allow to use docking with ofxImGui.

To activate docking in ofApp::Setup() :

  // Init ImGui with docking
  gui.enableDocking();
  gui.setup();

Docking

A Knob Widget

Also in docking branch I think, need to cleen a bit :-)

Docking

ofxImGui

ofxAddon that allows you to use ImGui in openFrameworks.

Screenshot

Compatibility

Master branch may not be tested on all platforms. See Releases for more extensively tested versions.

Test Platforms

ofxImGui should run on the latest openFrameworks release and it's OS/IDE requirements. These are typically:

  • Mac OSX, Xcode
  • Windows 10, Visual Studio
  • Raspberry Pi
  • Linux Desktop (Ubuntu)

Examples

example-demo

imgui demo windows with some OF sepcific image loading

example-helpers

ofxImGui helper functions for interfacing with ofParameter.

example-ios

iOS specific with keyboard input helper.

About

Use ImGui in openFrameworks

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.1%
  • C 11.5%
  • Other 0.4%