Crates.io | rapier2d |
lib.rs | rapier2d |
version | 0.22.0 |
source | src |
created_at | 2020-08-19 17:19:19.220359 |
updated_at | 2024-07-20 15:15:51.738365 |
description | 2-dimensional physics engine in Rust. |
homepage | https://rapier.rs |
repository | https://github.com/dimforge/rapier |
max_upload_size | |
id | 278249 |
size | 1,416,686 |
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.