emscripten/tests/bullet/lib
Alon Zakai 887ce3dde8 update bullet test to compile from source 2011-04-21 17:55:35 -07:00
..
readme.txt update bullet test to compile from source 2011-04-21 17:55:35 -07:00

readme.txt

At the moment there are no binary packages from Bullet library.
Once this is done, 3 libraries will be placed here:

bulletmath.a
bulletcollision.a
bulletdynamics.a

The C-API will be available in the include folder.

For now, there is only C++ files, see src/btBulletCollisionCommon.h and src/btBulletDynamicsCommon.h

http://bullet.sf.net
Erwin Coumans