Page 1 of 1

Book recommendations ?

Posted: Mon May 21, 2012 2:45 pm
by mattheweston
I'm looking for books to add to my reading list and was actually leaning toward design patterns and algorithms. Any recommendations? Would it be worth while to look at anything specific to game development ?

Re: Book recommendations ?

Posted: Thu Jun 14, 2012 3:39 pm
by Skomakar'n
If it interests you, the OpenGL bible (the red book) and it's companion for GLSL (the orange book) are a fine pair of books. They're called OpenGL Programming Guide and OpenGL Shading Language, respectively, and also have a note of the edition below the main title. Mine are seventh edition and third edition, respectively, for example. These are massive books. The box looks very pretty on the shelf too.

Image

Another interesting read in this picture is iPhone SDK Programming, written by Maher Ali. It assumes previous knowledge of C, but not Objective-C, and the first two or three chapters provide a crash course into this new language, and then it goes on to show you how to deal with the many concepts of the device and the operative system. It has been of great use to me.

Re: Book recommendations ?

Posted: Thu Jun 14, 2012 4:41 pm
by dandymcgee
Skomakar'n wrote:If it interests you, the OpenGL bible (the red book) and it's companion for GLSL (the orange book) are a fine pair of books.
I found a version of the red book in a pile of free books at school.
It's a great book, but my favorite part is definitely the massive poster in the back that graphs out the entire OpenGL graphics pipeline.

Re: Book recommendations ?

Posted: Fri Jun 15, 2012 4:15 am
by Skomakar'n
dandymcgee wrote:
Skomakar'n wrote:If it interests you, the OpenGL bible (the red book) and it's companion for GLSL (the orange book) are a fine pair of books.
I found a version of the red book in a pile of free books at school.
It's a great book, but my favorite part is definitely the massive poster in the back that graphs out the entire OpenGL graphics pipeline.
Oh, yeah. That, too. I forgot about it. I should put it on my wall behind the monitors or something. There's lot of empty space there right now. I want a periodic table too, though, but I can put that on the right wall. Most of all, though, I want a little whiteboard...

Re: Book recommendations ?

Posted: Fri Jun 15, 2012 8:42 am
by bbguimaraes
I find that most of the people aren't aware that an early version of the Red Book is available online:

http://www.glprogramming.com/red/

It's probably a little old, but it's ok if you're short on resources (as we always are). You can even download a zip with all the html and image files.

Re: Book recommendations ?

Posted: Fri Jun 15, 2012 3:19 pm
by dandymcgee
bbguimaraes wrote:I find that most of the people aren't aware that an early version of the Red Book is available online:

http://www.glprogramming.com/red/

It's probably a little old, but it's ok if you're short on resources (as we always are). You can even download a zip with all the html and image files.
Ah, good link. Goes hand-in-hand with http://www.glprogramming.com/blue/. 8-)

Re: Book recommendations ?

Posted: Fri Jun 15, 2012 7:31 pm
by wtetzner
mattheweston wrote:I'm looking for books to add to my reading list and was actually leaning toward design patterns and algorithms. Any recommendations? Would it be worth while to look at anything specific to game development ?
If you're interested in learning algorithms, Introduction to Algorithms is a good book.

And of course, there's The Art of Computer Programming by Donald Knuth.