Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 998 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 998 Bytes

ofxImGui

ofxAddon that allows you to use ImGui in openFrameworks.

Compatibility

Tested with OF 0.9.x on

  • Raspberry Pi 1 and 2
  • Mac OS 10.11, Xcode 7
  • iOS 9.2 and 8.1.2, Xcode 7
  • Linux Desktop
  • Windows 10, Visual Studio 2015

See Releases for previous versions.

Upgrade Notes

The latest version uses the keyword ofxImGui as a namespace for all classes in the addon, while previous versions just had a class called ofxImGui. If you're upgrading from a previous version, make sure to replace all instances of class ofxImGui with ofxImGui::Gui.

Examples

Screenshot

example-demo

Works on Desktop, uses imgui demo windows.

example-helpers

Works on Desktop, uses ofxImGui helper functions for interfacing with ofParameter.

example-ios

iOS specific with keyboard input helper.