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

Replace deprecated GLUT #1

Open
r03ert0 opened this issue Jul 26, 2015 · 0 comments
Open

Replace deprecated GLUT #1

r03ert0 opened this issue Jul 26, 2015 · 0 comments

Comments

@r03ert0
Copy link
Owner

r03ert0 commented Jul 26, 2015

drawSurface, the command that writes TIFF pictures, uses GLUT; which is deprecated since OS X 10.9. The warnings are annoying, and are silenced using -Wno-deprecated in gcc during compilation. The best would be to replace GLUT (which is used for offscreen drawing) by drawing to a frame buffer, probably.

See:

https://developer.apple.com/library/mac/documentation/GraphicsImaging/Conceptual/OpenGL-MacProgGuide/opengl_offscreen/opengl_offscreen.html

http://www.swiftless.com/tutorials/opengl/framebuffer.html

katjaq added a commit that referenced this issue Apr 20, 2020
pull update from source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant