1. Home
  2. Browse
  3. bullet3

bullet3

v3.25#3Latest

Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.

Install

Run the following Vcpkg command to install the port.

vcpkg install bullet3

Usage

bullet3 provides CMake targets:

find_package(Bullet CONFIG REQUIRED)

# specific set: BulletSoftBody, BulletDynamics, BulletInverseDynamics,

# BulletCollision, Bullet3Common, LinearMath

target_link_libraries(main PRIVATE ${BULLET_LIBRARIES})

# individual imported targets, e.g. for Bullet 3 libs

target_link_libraries(main PRIVATE Bullet3Dynamics)

bullet3 provides pkg-config modules:

# specific set: BulletSoftBody, BulletDynamics, BulletCollision, LinearMath

bullet

Features

Dependencies

See source

Version

v3.25#3

Publication

Supports

All

GitHub

bulletphysics/bullet313K

Homepage

github.com/bulletphysics/bullet3

Subtree

f54003d659

License

Zlib

Definition

Manifest