-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS support #3
Comments
hey, |
Just tried to run ofxImGui examples-ios (without ofxSurfingImgui) both using ofxImGui legacy version 1.77, or this untested transition commit" but didn't manage to compile - seems in both cases try to use GLFW even when in imconfig.h set:
so I guess probably will be hard to move forward unless GLFW add support for Android/iOS or ofxImGui switches imgui backend to SDL unfortunately. |
This repo requires https://github.com/Daandelange/ofxImGui/ which is, if I am not wrong, a mirror/synced with https://github.com/jvcleave/ofxImGui/tree/develop. The first step is to make ofxImGui work itself. This ofxSurfingImGui requires that Daandelange repo. Will not work at all with the legacy ofxImGui. There are some README files there, like DEV or something, with some details about compatibility, but I am not sure about it. Can you open an issue to that repo asking Daandelange about iOS build? https://github.com/Daandelange/ofxImGui/issues Good luck, I'll be tunned into it. |
hello @Daandelange , hope all well there? |
Hey, I have no idea and no iOS devices to test...
|
Hey @pzoltowski there has been some progress : GLES works on RPI with the new OF backend. iOS should not be hard to get working, if you're still into this ;) |
I'm trying to build this addon for iOS devices. On https://github.com/Daandelange/ofxImGui/ it says
"Try the latest ofxImGui legacy version 1.77, or try this untested transition commit"
I tried that and in imconfig.h set:
also removed imgui backend files for glfw and opengl2 to move compilation forward but still ended up with rabbit hole of different compile errors.
Is there any older version of ofxSurfingImGui that should work on iOS devices? Is there any table what version of imgui and ofxImGui this addon (ofxSurfingImGui) requires?
I'm wondering if using imgui SDL backend is the better way to go instead of GLFW since the latter one is not supported mobile devices yet (android & iOS), but don't know much ofxSurfingImGui or ofxImgGui internals how much it depends on GLFW or OpenGL. Do you have any tips?
The text was updated successfully, but these errors were encountered: