randomPoison / Gunship

An experimental game engine.
Other
1 stars 1 forks source link

JS Vector Math Library #59

Closed randomPoison closed 10 years ago

randomPoison commented 10 years ago

Since we can't just use Ogre's vector math library from within script, looks like I'm going to have to finally bite the bullet and get a proper independent vector math library.

randomPoison commented 10 years ago

I'm thinking let's go with glMatrix: https://github.com/toji/gl-matrix

randomPoison commented 10 years ago

glMatrix is in, but I still need to test it and set up the bindings for any c++ callbacks that need to take vectors as parameters.

randomPoison commented 10 years ago

It's working all good like :D