Falling Boxes

s4l4x
Posts: 2
Joined: Tue Apr 27, 2010 6:33 am

Falling Boxes

Post by s4l4x »

Hi guys. I'm just getting started with Bullet and I'd like to try to simulate a bunch of falling boxes. I started with the falling boxes demo, but noticed that things got pretty slow on my machine once I cranked the boxes up past 500 or so. Is it possible to run this demo multithreaded on a bunch of CPUs? If so, is there something special that I need to do at build time to get this working or is this particular to the demo? Also, is this demo working in the OpenCL branch (BasicDemoOpenCL)? I'm on OS X 10.6.3 and got a number of complaints when building any of the MiniCL code:
ld: library not found for -lBulletMultiThreaded.
Thanks!!
s4l4x
Posts: 2
Joined: Tue Apr 27, 2010 6:33 am

Re: Falling Boxes

Post by s4l4x »

Does anyone have this example running under OpenCL? Thanks!