Skip to content

moebiussurfing/ofxImGui_v5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE from @moebiussurfing:
There are several ofxImGui forks.
This fork is currently based into: https://github.com/MacFurax/ofxImGui/tree/docking
My plans are to jump to this (recommended) new WIP fork from @Daandelange soon:
https://github.com/Daandelange/ofxImGui


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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published