Books

Started by
4 comments, last by dbzprogrammer 18 years, 4 months ago
Christmas is coming around, and so it's the perfect time to get books from the family. I am pretty in depth into OpenGL, and definately have C++ down. I'm not a pro at either though. I would like to learn more on physics, AI, and networking. So I was wondering if you guys could give me some tips and hints at what books would be good and what books would not be good. I'm taking a look at the Game Programming Gems series. Looks like a bunch of reference books. :)
We should do this the Microsoft way: "WAHOOOO!!! IT COMPILES! SHIP IT!"
Advertisement
tricks of the windows game programming gurus has some general information about physicsm, ai, networking etc.
Be creative, don't copy...Greets from Holland!
I have OpenGL game programming, and it covers the basics also. How detailed is it?
We should do this the Microsoft way: "WAHOOOO!!! IT COMPILES! SHIP IT!"
Windows game programming gurus is written in C and DirectX, not very good
it uses DirectDRAW as well not even 3D
JUST-CODE-IT.NETManaged DirectX & C# TutorialsForumsArticlesLinksSamples
The Game Programming Gems series is really a series of "cookbooks" with a wide range of articles covering very very specic topics (recipes) - so one book can have topics as varied as "how to produce print-quality screenshots" to "making your game load faster".

The AI Programming Wisdom books are like Game Programming Gems except all the topics are specific to AI; but still as varied.

Getting in-depth with physics is going to require decent skills with mathematics so if your algebra, calculus and linear algebra aren't up to scratch, you probably want to get some general books covering those.

There are also specific books such as Eric Lengyel's "Math for 3D Game Programming and Computer Graphics" which has some good reviews.

Specific to Physics and games, there are (amongst others) "Physics for Game Developers", "Game Physics" by David H. Eberly, "Realtime Collision Detection" by Christer Ericson - all of which have had decent reviews.

Simon O'Connor | Technical Director (Newcastle) Lockwood Publishing | LinkedIn | Personal site

Thanks for the replies! Any others?
We should do this the Microsoft way: "WAHOOOO!!! IT COMPILES! SHIP IT!"

This topic is closed to new replies.

Advertisement