You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried once, but compiling error occurred in gles1CompatibilityHacks.h.
addons/ofxImGui/src/gles1CompatibilityHacks.h:36:3: error: "ofxImGui doesn't know where GLES 1 is located for your platform !"
36 | #error "ofxImGui doesn't know where GLES 1 is located for your platform !"
Thanks and best regards.
The text was updated successfully, but these errors were encountered:
Hey,
Sorry, I have no experience with emscripten. I think there's a related PR here regarding Emscripten compilation : #116
Emscripten isn't yet supported, but I think some people got it working.
Go to that error : You have to tell ImGui where your GLES1 headers are, look at the ios and rpi conditions above and add an emscripten one. ;)
I've tried once, but compiling error occurred in gles1CompatibilityHacks.h.
addons/ofxImGui/src/gles1CompatibilityHacks.h:36:3: error: "ofxImGui doesn't know where GLES 1 is located for your platform !"
36 | #error "ofxImGui doesn't know where GLES 1 is located for your platform !"
Thanks and best regards.
The text was updated successfully, but these errors were encountered: