Search found 5 matches

by kmanuele
Sun Oct 10, 2021 5:20 pm
Forum: General Bullet Physics Support and Feedback
Topic: Required Libraries
Replies: 3
Views: 3021

Re: Required Libraries

I am/was confused by all the projects in 0_Bullet3Solution, some of which are libraries and others are apps. When I build the solution, all the libs and apps end up in the same \bin folder. Also, I prefer to organize my debug and release libs with same name but in different folders. Related question...
by kmanuele
Fri Oct 08, 2021 11:54 pm
Forum: General Bullet Physics Support and Feedback
Topic: Required Libraries
Replies: 3
Views: 3021

Required Libraries

The 0_Bullet3Solution contains a lot of files, many are libs - some labeled Bullet3.., others Bullet.... (and one with Bullet2...) I would like to extract the current, and necessary, libs into their own directory and build them there. Can someone list the current set of libs for Bullet3 applications...
by kmanuele
Wed Sep 01, 2021 6:14 pm
Forum: General Bullet Physics Support and Feedback
Topic: Test_LinearMath
Replies: 1
Views: 4010

Test_LinearMath

I have successfully built Bullet3 in VS2019, the Test_* files seem to run ok in x64 Release mode Except for Test_LinearMath, where I get a "no SIMD enabled ..." message. If I set BT_USE_SSE_IN_API in the preprocessor directives, I get a long list of errors. Any help on what is going on, ho...
by kmanuele
Sat Aug 14, 2021 11:48 pm
Forum: General Bullet Physics Support and Feedback
Topic: c++ support
Replies: 2
Views: 2688

Re: c++ support

Ok, thanks.
by kmanuele
Fri Aug 13, 2021 8:51 pm
Forum: General Bullet Physics Support and Feedback
Topic: c++ support
Replies: 2
Views: 2688

c++ support

I am researching physics engines, and Bullet seems to be a preferred product.
However, it now seems to be Python-focused -- ref: PyBullet.org is now the website.
is the C++ interface still there and fully-supported?

thanks

Kevin