c++/OpenGL on Xcode

I use a mac and have xcode. I know how to open up the C++ console application, but how to I add opengl to that?
Add OpenGL to a console? What what what?

If you want to render graphics using OpenGL, I recommend Irrlicht for beginners. It's easy to use and has quite a few easy to use features.
http://irrlicht.sourceforge.net/

Or, you can also use SFML. It's less OpenGL rendering and more GUI and multimedia stuff.
http://www.sfml-dev.org/

-Albatross

EDIT: The Devil's number / 2 posts and counting.
Last edited on
Topic archived. No new replies allowed.