mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-16 14:40:05 +00:00
0e04cfc806
Made all buildsystems to work again (jam, msvc, cmake)
14 lines
368 B
Plaintext
14 lines
368 B
Plaintext
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
|