openFrameworks
openFrameworks copied to clipboard
Test removing GLUT window
Wondering if any platform still uses GLUT window. I couldn't find anything internally
Related: #7672
+1 removal GLUT its license was permissive modification and to open source anyways, burn it
Great! +1.
I think you should left this uncommented
//#if !defined(TARGET_OF_IOS) & !defined(TARGET_ANDROID) & !defined(TARGET_EMSCRIPTEN) & !defined(TARGET_RASPBERRY_PI_LEGACY)
// #include "ofAppGLFWWindow.h"
//#endif
so we can use this kind of command:
auto windowP = ((ofAppGLFWWindow*)ofGetWindowPtr())->getGLFWWindow();
@danoli3 Some checks are failing, but seems unrelated to the removal of GLUT window.
Investigating now, seems a prior cache cleared itself and now seeing an error!
Found a bunch of glut mentions in the dev examples will need to fix those up too
Ah yeah, I can look into that
@danoli3 I think I caught all the includes in devApps. Should be good to go