Page 1 of 1

c++ support

Posted: Fri Aug 13, 2021 8:51 pm
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

Re: c++ support

Posted: Sat Aug 14, 2021 12:29 am
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.

Re: c++ support

Posted: Sat Aug 14, 2021 11:48 pm
by kmanuele
Ok, thanks.