opengl programming book

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
mary
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 33
Joined: Tue Apr 27, 2010 2:13 pm

opengl programming book

Post by mary »

I am thinking of getting "beginning opengl game programming" would you recommend this book? if you wouldn't what book would you recommend?
User avatar
cypher1554R
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1124
Joined: Sun Jun 22, 2008 5:06 pm

Re: opengl programming book

Post by cypher1554R »

I recommend the OpenGL Redbook.

You can take the 1.1 version, which is freely available (http://www.ce.chalmers.se/edu/course/TDA361/redbook.pdf) or buy v2.1 if you're sure about getting serious on this.
User avatar
zeid
Chaos Rift Junior
Chaos Rift Junior
Posts: 201
Joined: Fri Apr 24, 2009 11:58 pm

Re: opengl programming book

Post by zeid »

I have a copy of "Beginning OpenGL Game Programming". It isn't too bad but a little brief in some places, that said the purpose of the book is to introduce you to openGL and it tries to cover a lot. I have the latest edition which is nice as it discusses things while keeping in mind what has been recently deprecated so there's more attention on VBO's as well as a bit on GLSL.

I would say before you go out and buy a book have a go at setting up a simple openGL scene. Go through some NeHe tutorials etc. Also there is a expectation that you have an understanding of matrix maths in pretty much any graphics oriented books.
Axolotl Pop!
Image
Or, try it for free.

For many more free games online visit www.sam-zeid.com
User avatar
MrDeathNote
ES Beta Backer
ES Beta Backer
Posts: 594
Joined: Sun Oct 11, 2009 9:57 am
Current Project: cocos2d-x project
Favorite Gaming Platforms: SNES, Sega Megadrive, XBox 360
Programming Language of Choice: C/++
Location: Belfast, Ireland
Contact:

Re: opengl programming book

Post by MrDeathNote »

zeid wrote:I have a copy of "Beginning OpenGL Game Programming". It isn't too bad but a little brief in some places, that said the purpose of the book is to introduce you to openGL and it tries to cover a lot. I have the latest edition which is nice as it discusses things while keeping in mind what has been recently deprecated so there's more attention on VBO's as well as a bit on GLSL.

I would say before you go out and buy a book have a go at setting up a simple openGL scene. Go through some NeHe tutorials etc. Also there is a expectation that you have an understanding of matrix maths in pretty much any graphics oriented books.
I would agree with this, though i would say it's VERY brief on some topics. You'll probably find that the NeHe site is a better resource as it's more of a step by step guide, also the author of Beginning OpenGL Game Programming owns the NeHe site so your pretty much getting the same thing wothout spending the money.
http://www.youtube.com/user/MrDeathNote1988

Image
Image

"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
User avatar
cndr
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 65
Joined: Sat Apr 24, 2010 7:03 am
Programming Language of Choice: etc.

Re: opengl programming book

Post by cndr »

Here is a link to nehe's opengl tutorials in pdf http://www.fdi.ucm.es/profesor/segundo/ ... 4_Book.pdf
Long Live The Queen!
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: opengl programming book

Post by Falco Girgis »

THE OPENGL SUPERBIBLE.
User avatar
LeonBlade
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1314
Joined: Thu Jan 22, 2009 12:22 am
Current Project: Trying to make my first engine in C++ using OGL
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: Blossvale, NY

Re: opengl programming book

Post by LeonBlade »

The best resource you could ever get is documentation itself.
But obviously, that's not very user friendly for beginners.

Me, personally, I always like watching video tutorials because I can see exactly what they're doing.
I love watching tutorials in general, not sure why, they're just very exciting and interesting to me.
There's no place like ~/
User avatar
GroundUpEngine
Chaos Rift Devotee
Chaos Rift Devotee
Posts: 835
Joined: Sun Nov 08, 2009 2:01 pm
Current Project: mixture
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Location: UK

Re: opengl programming book

Post by GroundUpEngine »

THE OPENGL REDBOOK! *looks shady*
Post Reply