bullet

Open-source physics engine for collision detection and rigid body simulation

brewmacoslinux
Try with needOr install directly
Source

About

Physics SDK

Commands

bullet

Examples

Run Bullet physics example application$ bullet
Use Bullet in C++ projects by linking the library$ clang++ -I/usr/local/opt/bullet/include -L/usr/local/opt/bullet/lib -lBullet3Common -lBulletDynamics -lBulletCollision myapp.cpp -o myapp
Check installed Bullet version and configuration$ pkg-config --modversion bullet