c++ support

Post Reply
kmanuele
Posts: 5
Joined: Fri Aug 13, 2021 8:45 pm

c++ support

Post by kmanuele »

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
User avatar
drleviathan
Posts: 849
Joined: Tue Sep 30, 2014 6:03 pm
Location: San Francisco

Re: c++ support

Post by drleviathan »

The python module is built on top of the C++ library. It is safe to say: the C++ code will continue to be supported. That said: the C++ code is not experiencing significant overhaul right now. It is complete and stable enough for most purposes.
kmanuele
Posts: 5
Joined: Fri Aug 13, 2021 8:45 pm

Re: c++ support

Post by kmanuele »

Ok, thanks.
Post Reply