2D and 3D physics engines for the Rust programming language.
Rapier is a set of 2D and 3D physics engines for games, animation, and robotics. These crates
are rapier2d
, rapier3d
, rapier2d-f64
, and rapier3d-f64
. They are written with the Rust
programming language, by the Dimforge organization. It is forever free
and open-source!
The easiest way to get started with Rapier is to:
cargo run --release --bin all_examples2
and cargo run --release --bin all_examples3
.
Their source code are available on the examples2d/
and examples3d/
directory.Please make sure to familiarize yourself with our Code of Conduct and our Contribution Guidelines before contributing or participating in discussions with the community.