I would like to learn OpenGL on the mac. I know Objective-C. All the resources on learning OpenGL are Window or iPhone specific. Are there any OpenGL learning resources that are specific to the mac and Objective-C?
I would like to learn OpenGL on the mac. I know Objective-C. All the resources on learning OpenGL are Window or iPhone specific. Are there any OpenGL learning resources that are specific to the mac and Objective-C?
Finally, the OpenGL API is designed to be platform-neutral C. This strongly suggests that code written for any platform will run on any other platform. However, be sure to read the above MacProgGuide first.