C++ - OpenGL

Everything todo with programming goes HERE.
Post Reply
User avatar
sufy
On Lightcycle Grid
Posts: 27
Joined: Sat Oct 16, 2010 4:13 pm

C++ - OpenGL

Post by sufy »

I've taken up programming in C++, and I guess I could say I'm rather intermediate at it. I see that openGL is a powerful multi-platform library that I'd love to use. But, it's kind of big and complicated ( /me is a noob :( )

How did you familiarize yourself with openGL, and what libraries are used in Armagetron Advanced to implement it? (I've heard of Glut, SDL, etc.)
Image
User avatar
Z-Man
God & Project Admin
Posts: 11710
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: C++ - OpenGL

Post by Z-Man »

I'm all for Standard Works. Learned C from K&R, C++ from Stroustrup and OpenGL from the Red Book. Probably not what I'd recommend today, though.

We're just using SDL to handle the OS dependant oddities for us, and a bit of glu (not glut) for convenience.
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Re: OpenGL

Post by Jonathan »

The OpenGL Red Book helped me a lot at first. It's a no-nonsense comprehensive overview of what OpenGL will do for you. Version 1.1 is available for free on the web. Keep in mind that it's pretty archaic by now, but it should leave you with a solid foundation, from which you can expand to shaders and such.
ˌɑrməˈɡɛˌtrɑn
User avatar
sufy
On Lightcycle Grid
Posts: 27
Joined: Sat Oct 16, 2010 4:13 pm

Re: C++ - OpenGL

Post by sufy »

Thanks, I got the red book. Wish me luck!
Image
chrisd
Round Winner
Posts: 315
Joined: Sat May 29, 2010 1:13 pm

Re: C++ - OpenGL

Post by chrisd »

Good luck, sufy!!!!!!!!!!!!!
Post Reply