Skip to content
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

Test removing GLUT window #7823

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

NickHardeman
Copy link
Contributor

No description provided.

@NickHardeman
Copy link
Contributor Author

Wondering if any platform still uses GLUT window. I couldn't find anything internally

@NickHardeman
Copy link
Contributor Author

Related: #7672

@danoli3
Copy link
Member

danoli3 commented Dec 14, 2023

+1 removal GLUT its license was permissive modification and to open source anyways, burn it

@dimitre
Copy link
Member

dimitre commented Dec 14, 2023

Great! +1.

@dimitre
Copy link
Member

dimitre commented Jan 16, 2024

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();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants