Crates.io | rapier_testbed2d |
lib.rs | rapier_testbed2d |
version | 0.21.0 |
source | src |
created_at | 2020-11-30 15:12:59.694438 |
updated_at | 2024-06-23 21:51:30.343059 |
description | Testbed for the Rapier 2-dimensional physics engine in Rust. |
homepage | http://rapier.org |
repository | https://github.com/dimforge/rapier |
max_upload_size | |
id | 318247 |
size | 1,640,651 |
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.