Game Programming Gems Series

Game Programming Gems I
Edited by Mark DeLoura. 2000
More information about this title at Amazon.com or Amazon.co.uk

Game Programming Gems II
Edited by Mark DeLoura 2001
More information about this title at Amazon.com or Amazon.co.uk

Game Programming Gems III
Edited by Dante Treglia, 2002
More information about this title at Amazon.com or Amazon.co.uk

Game Programming Gems IV
Edited by Andrew Kirmse, 2004
More information about this title at Amazon.com or Amazon.co.uk

Game Programming Gems V
Edited by Kim Pallister, 2005
More information about this title at Amazon.com or Amazon.co.uk

Game Programming Gems VI
Edited by Mike Dickheiser, 2006
More information about this title at Amazon.com or Amazon.co.uk

Game Programming Gems VII
Edited by Scott Jacobs, 2008
More information about this title at Amazon.com or Amazon.co.uk

Game Programming Gems VIII
Edited by Adam Lake, 2010
More information about this title at Amazon.com or Amazon.co.uk

Combined Table of Contents

Items were grouped by section, and ordered alphabetically

Read more

Maths Topics

A new section with Maths Topics has been added to Lightouse3D. It includes vector operations (cross product, dot product, projection), Lines, Rays, Planes, Intersections (Ray-Sphere and Ray-Triangle), and Catmull-Rom Spline.

Function Parser library for C++

A C++ library which can be used to parse an expression in a string. The syntax of the expression is similar to the way we write expressions when coding in C. The expression can be evaluated as weel, just provide the values for the variables. The performance seems very good from the numbers presented in … Read more

Numerical Recipes in C

Press, Teukolsky, Vetterling, and Flannery A good resource on the maths stuff. It offers examples, source code and tutorials in a single volume. More information about this title at Amazon.com or Amazon.co.uk