|
|
|
|
|
by cyber_kinetist
1712 days ago
|
|
Google Research already maintains the Bullet Engine as well (although it mostly seems to be Erwin Coumans maintaing it) Each have their own strengths, there is no "definitive" physics engine. Bullet is probably the most generalist engine, but it suffers a bit because of this approach (it's split between the old 2.0 C++ API vs. the new PyBullet API with vastly different functionalities) |
|
Super impressed with the data structures (and documentation) they've already released.