GitXplorerGitXplorer
j

ofxImGui

public
305 stars
125 forks
37 issues

Commits

List of commits on branch master.
Verified
da2d27b8d5736950b98d43cc944721cc565392cb

Merge pull request #123 from dimitre/includestack

DDaandelange committed a year ago
Verified
8927fa909e1aa16789632ecaf83c24ae6f69968c

include <stack>

ddimitre committed a year ago
Verified
a002b3ae395ddb493362f4aa311a8a491209d14b

Update README.md

DDaandelange committed 2 years ago
Unverified
330e1425a88de7babd53ceb2fb93f8109b61724c

Don't auto-collapse collapsible windows.

committed 4 years ago
Unverified
1b916ef76705c06e541c46ced16b38f9f15b16f0

Fix clipboard copy/paste.

committed 4 years ago
Unverified
7b3559bff1351b021797b28a2fbf9276ed4bda13

Add optional width parameter to button.

pprisonerjohn committed 4 years ago

README

The README file for this repository.

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