Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvcleave/ofxImGui
Use ImGui in openFrameworks
https://github.com/jvcleave/ofxImGui
Last synced: 5 days ago
JSON representation
Use ImGui in openFrameworks
- Host: GitHub
- URL: https://github.com/jvcleave/ofxImGui
- Owner: jvcleave
- Created: 2015-08-10T20:15:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T18:12:43.000Z (about 1 month ago)
- Last Synced: 2024-10-11T00:25:28.158Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 9.89 MB
- Stars: 300
- Watchers: 18
- Forks: 123
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ofxImGui
ofxAddon that allows you to use [ImGui](https://github.com/ocornut/imgui) in [openFrameworks](https://github.com/openframeworks/openFrameworks).
![Screenshot](images/Screenshot.png)
> #### 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](https://github.com/jvcleave/ofxImGui/tree/develop), it comes with a lot of extra (optional) features and new ImGui API methods and UI widgets.
> **We're looking for feedback** in [#110](https://github.com/jvcleave/ofxImGui/issues/110). _(Tested: Desktops Win/Linux/Mac, Rpi and iOS Simulator)._### Compatibility
Master branch may not be tested on all platforms. See [Releases](https://github.com/jvcleave/ofxImGui/releases/) for more extensively tested versions.#### Test Platforms
ofxImGui should run on the [latest openFrameworks release and it's OS/IDE requirements](https://openframeworks.cc/download/). 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](https://travis-ci.org/jvcleave/ofxImGui.svg?branch=master)](https://travis-ci.org/jvcleave/ofxImGui)