PDA

View Full Version : OpenGL and MPW


sealfin
2002.05.08, 05:29 AM
is OpenGL and MPW possible with the standard OpenGL SK, and how easy would it be to set-up (would it just be a case of additional search paths?)

henryj
2002.05.08, 05:08 PM
I used MPW and opengl together for a long time and never had much problems. It's just a matter of including the right headers and linking against the opengl libs.

GLUT on the other hand was a pain to get working so I never really bothered.

monteboyd
2002.05.08, 07:28 PM
I use MPW as my main development environment for Carbon, OpenGL work and it is fine. Just modify your Makefile to include the OpenGL libraries and the right headers in your source files are you're away!