Bullet 1.1 Updated version (2006 February 23)

Open source Bullet Physics SDK release information
Post Reply
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA
Contact:

Bullet 1.1 Updated version (2006 February 23)

Post by Erwin Coumans »

A new version of Bullet Collision Decection and Physics has been uploaded, 1.1 2006 February 23.

- Additional Collision Interface that allows independent use. So now you can use Bullet with your own physics system, or ODE.
Main classes are CollisionWorld / CollisionObject. At the moment only the Discrete Collision Detection is properly exposed. Next version will expose the Continuous Collision Detection through this interface.

- Extras/ode as an example of such integration

See quickstart docs here:
http://www.continuousphysics.com/ftp/pu ... Manual.pdf

You can use CVS at sourceforge.net/projects/bullet or

Download Bullet.zip source code here:
http://www.continuousphysics.com/ftp/pu ... bullet.zip

Only vc7 and vc8 projectfiles are updated. no vc6 yet.
Erwin Coumans
Post Reply