Opengl tutorial

Started by
7 comments, last by justdan 18 years, 9 months ago
Is there any opengl tutorial for c++? I'm learning c++ now but I need to know how to use opengl for different projects.
Advertisement
The red book... NUFF SAID
http://www.opengl.org/documentation/red_book_1.0/
I like Nehe's tutorials. They cover a lot of things with OpenGL.

Clicky
--------------------------------A man of few words does not mean he does not have big ideas
ohh forgot about him.... NOW NUFF SAID O_o
The NeHe tutorials are everyone's favorite GL resource.

NeHe

The red book is good too, but a little more dry and to the point. :)

Edit: Damn, got beaten to it.
Orin Tresnjak | Graphics ProgrammerBethesda Game StudiosStandard Disclaimer: My posts represent my opinions and not those of Bethesda/Zenimax, etc.
Quote:Original post by kam1su2
The red book... NUFF SAID
http://www.opengl.org/documentation/red_book_1.0/


You forgot the blue book.

Also, linkified red book.

EDIT: Fixed blue book URL.
Things change.
Thanks I was looking for a free one though so I won't be able to check out the red or blue books but nehe's tutorial looks good.
Quote:Original post by justdan
Thanks I was looking for a free one though so I won't be able to check out the red or blue books but nehe's tutorial looks good.


Um, they ARE online and free, just not the current versions. So if you don't mind reading some slightly out of date information go back and click the links toward the bottom leading to the manuals. Good luck!

C++: A Dialog | C++0x Features: Part1 (lambdas, auto, static_assert) , Part 2 (rvalue references) , Part 3 (decltype) | Write Games | Fix Your Timestep!

Sorry was just doing a quick look.

This topic is closed to new replies.

Advertisement