vote up 2 vote down star
2

I'm looking for a free to use game engine math library. Specifically I'd like a good matrix and vector implementation. And everything needed to move objects in 3D space. Does anyone know any good ones? I'm targeting OpenGL. I'd like to write them myself but don't have the time LOL.

flag

6 Answers

vote up 3 vote down check

I'd recommend OpenGL Mathematics (GLM)

Though if you want physics with your math you could go with Bullet Physics Library

Finally if you want an entire engine i'd go with OGRE

link|flag
I think GLM will work nicely... seems light weight enough and has what I need – Polaris878 Oct 15 at 23:59
vote up 0 vote down

I have good work with Open Dynamics Engine is Full and Stable Physics Engine, the ode in a BSD License, and have some functions for Matrix Manipulation, Quaternion and rotations.

link|flag
vote up 1 vote down

Besides Ogre 3D, there's also Crystal Space. Here's an article that compares the two.

link|flag
That article appears to 404 on me. – Chris Kaminski Oct 23 at 16:16
@darthcoder, it looks like arcanoria.com did some reorganizing. I've updated the article's URL, accordingly – Void Oct 23 at 17:16
vote up 1 vote down

If you want an entire 3D engine (which of course would contain the 3d maths you need) see Ogre 3D (LGPL)

link|flag
Actually MIT license now for current svn trunk and all coming releases. – haffax Oct 15 at 13:03
vote up 0 vote down

See my response here: http://stackoverflow.com/questions/1491716/best-lib-for-vector-array-in-c/1492059#1492059

link|flag
The questions seem different. This question is focussed on games, the one you link to seems more interested in high-dimensional generality. I can't imagine many games care about 9D vectors, for instance - better to have more specialised 4D vectors and matrices. – Steve314 Oct 15 at 2:11
vote up 2 vote down

You might want to consider Blitz++.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.