jvcleave / ofxImGui

Use ImGui in openFrameworks
296 stars 124 forks source link

ui does not show up on Android device #7

Closed brucelane closed 8 years ago

brucelane commented 8 years ago

hi, I used the android release repo of openFrameworks, added ofxImGui to addons.make, added mUi setup,etc from your readme.md file, it compiles and runs fine, but the UI does not not show up. my repo: https://github.com/brucelane/Reymenta-Mobile/tree/openFrameworks thank you for any hint Bruce

jvcleave commented 8 years ago

I don't have an Android Device to test :/

I am assuming Android uses Open GL ES 2? Have you tried the release version/example-demo?

brucelane commented 8 years ago

Here are the results with my tests on the Android device with example-demo:

But no better

jvcleave commented 8 years ago

The 60 may be locked to ofSetVerticalSync(true) which is OF's default

brucelane commented 8 years ago

framerate is ok. But "no better" means the UI doesn't display on the screen

jvcleave commented 8 years ago

just pushed a bunch of ES changes into master - it's messy still but worth a try to see if it helps

brucelane commented 8 years ago

yes it works!!! thank you so much screenshot_2015-12-14-11-47-11

jvcleave commented 8 years ago

Nice :)