Search found 2 matches

by przemir
Sat May 05, 2018 10:40 am
Forum: General Bullet Physics Support and Feedback
Topic: CPU multithreading is working!
Replies: 145
Views: 1283062

Re: CPU multithreading is working!

I am having trouble reproducing this crash. I have latest code from bullet main repo. Using Cmake and building with multithreading enabled. I applied the suggested change to MultiThreadedDemo::createStack function. Compiled on windows 10 with MSVC 2015, 64-bit, RelWithDebInfo configuration. I compi...
by przemir
Thu May 03, 2018 2:32 pm
Forum: General Bullet Physics Support and Feedback
Topic: CPU multithreading is working!
Replies: 145
Views: 1283062

Re: CPU multithreading is working!

Note that my pull-request for the multithreaded constraint solver has been accepted and merged (a couple of weeks ago). So this is now available in the main Bullet repo. Thanks for sharing your code. 1. My program using single-threaded btDiscreteDynamicsWorld crashed because of btSequentialImpulseC...