OpenGL book suggestion

Started by
3 comments, last by The Beholder 22 years, 9 months ago
I feel that I am ready to start programming 3d and I would like to know which OpenGL book is the best to start out with? I have heard that "OpenGL Game Programming" is good and that "The Red Book" and "The Blue Book" are good too, though I wonder if these are good to start with? "The OpenGL SuperBible" has had good critics too. To my knowledge "The Blue Book" is nothing but a reference (but a quite complete one). Lastly, I would like you to write about some pros and cons for both Direct3D and OpenGL. /Thanks
Advertisement
Best books for beginners:
- OpenGL Game Programming
- OpenGL Superbible

Books every OGL programmer should have:
- The Red Book (OpenGL Programming Guide)
- (optional) The Blue Book


And, don''t you dare get a D3D vs OGL flame war going. Check out some of NeHe''s tuts
(http://nehe.gamedev.net), and then check out NeXe''s tuts (http://nexe.gamedev.net), and
see which you like better... NeHe is opengl, and NeXe is D3D.

------------------------------
Trent (ShiningKnight)
E-mail me
OpenGL Game Programming Tutorials
Just get the Nehe CD, its has a 800 page PDF file, with full source code and a lot of other goodies. The CD is only $15 too its a great deal.
www.ivgdb.com Internet Videogame Database
Watch out, Superbible and Nehe together aren''t too good, because Superbible is glut (a extra function set, making things easier) and Nehe not, but on their own they both are fantastic
Wrong Neo, Superbible uses GLUT until Part 3, Chapter 17 in which it talks about OpenGL using Windows instead of GLUT. And the things that NeHe teaches you can be used with GLUT anyways. All the Superbible really uses glut for is to make a window, and to swap buffers (and occasionally make simple models easily, like spheres). Since both the GLUT code and the Nehe code are basically separated from the different tutorials that Nehe does, whatever you learn from Nehe can be applied to GLUT.

-Blackstream

Will you, won''t you, will you, won''t you, won''t you take my virus?

-The Mad Hacker

Blackstream''s Webpage
-Blackstream Will you, won't you, will you, won't you, won't you take my virus?-The Mad HackerBlackstream's Webpage

This topic is closed to new replies.

Advertisement