Learning OpenGL

Started by
2 comments, last by WhiskyJoe 11 years, 7 months ago
I've been having an issue finding a good place to learn OpenGL. I've been interested in graphics programming and I've been interested in OpenGL rather than DirectX, but my issue is every book I've looked over seems to be outdated (OpenGL 1.1, 1.2, etc) or seems to expect me to have an understanding of graphics programming already.

Does anyone have any recommendations? The Books section on this site doesn't seem to be very helpful when I've been looking through it either. It could be I am horrible on deciding on a book.
Advertisement
Here is list of open gl books, though most have more or less a reference character. An other really good book about all the 3d techniques around, independently of an API, is real-time rendering, but it is more of an overview then a learning experience.
I made this OpenGL tutorial to teach the basics of rendering geometry, texturing and shaders with OpenGL 2.1/3.0. I recommend http://www.arcsynthesis.org/gltut/ as a follow up for the more advanced stuff.

Learn to make games with my SDL 2 Tutorials

A teacher at my college made this site: http://3dgep.com/

It is his way of providing the information we need and I'm sure you'll find it helpful when you read through it (provided you have some C++ experience)

This topic is closed to new replies.

Advertisement