Skip to content

jvcleave/ofxImGui

Folders and files

NameName
Last commit message
Last commit date
Apr 29, 2020
Oct 19, 2018
Oct 24, 2016
Dec 12, 2015
Apr 29, 2020
Oct 12, 2019
Dec 2, 2023
Oct 10, 2019
Feb 11, 2020
Feb 13, 2020
Mar 19, 2023
Dec 16, 2015

Repository files navigation

ofxImGui

ofxAddon that allows you to use ImGui in openFrameworks.

Screenshot

Develop Branch

The current master branch embeds an ImGui version is quite old and newer versions are not compatible anymore.
A refactored version of ofxImGui that you can try is available in the develop branch, it comes with a lot of extra (optional) features and new ImGui API methods and UI widgets.
We're looking for feedback in #110. (Tested: Desktops Win/Linux/Mac, Rpi and iOS Simulator).

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.

Build status