Bullet 2.55 SDK released: Ragdoll Demo, SIMD/Vector Math

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 2.55 SDK released: Ragdoll Demo, SIMD/Vector Math

Post by Erwin Coumans »

New Bullet 2.55 Physics SDK is released for download

- Marten Svanfeldt (Starbreeze Studios) created a great Ragdoll Demo that shows the usage of the btConeTwistConstraint.
Download the Windowsexecutable ragdoll demo
Marten also provided numerous improvements and patches for this release, like per-object sleeping thresholds.

- Sony contributed Vector Math and SIMD math library to Bullet, under the new BSD open source license. Bullet will be used as main repository.
See Bullet/Extras/vectormathlibrary and Bullet/Extras/simdmathlibrary

Vector Math has SIMD optimized version for PowerPC (PPU), SPU, SSE (x86) and a generic portable scalar. This will be used to optimized the Bullet Multi Threaded optimized version.

- Updated Bullet User Manual

Enjoy,
Erwin
Last edited by Erwin Coumans on Sat Aug 18, 2007 5:29 pm, edited 1 time in total.
AshMcConnell
Posts: 29
Joined: Sat Sep 23, 2006 1:35 pm
Location: Northern Ireland
Contact:

Post by AshMcConnell »

Hi Erwin,

Any noticable speedups with the SIMD? Are there any benchmarks?

Keep up the good work, thanks for an excellent library! :)
All the best,
Ash
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA
Contact:

Post by Erwin Coumans »

Hi,

The SIMD and Vector Math libraries are just added to Bullet, as open source.

They are not used by the public version of Bullet Physics Library yet, this is work in progress.
Thanks,
Erwin
Post Reply