Crates.io | rapier2d-f64 |
lib.rs | rapier2d-f64 |
version | 0.21.0 |
source | src |
created_at | 2021-01-24 10:28:35.399436 |
updated_at | 2024-06-23 21:49:38.455492 |
description | 2-dimensional physics engine in Rust. |
homepage | https://rapier.rs |
repository | https://github.com/dimforge/rapier |
max_upload_size | |
id | 345968 |
size | 1,407,604 |
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.