Sébastien Crozet d81584a089 Release v0.26.0
2025-05-16 19:27:02 +02:00
2025-05-16 19:27:02 +02:00
2025-05-16 19:27:02 +02:00
2025-05-16 19:27:02 +02:00
2025-05-16 19:27:02 +02:00
2024-08-26 11:14:09 +02:00
2025-01-08 17:59:56 +01:00
2025-05-02 15:16:43 +02:00
2021-04-01 14:59:25 +02:00
2020-08-25 22:10:25 +02:00
2024-06-09 12:09:58 +02:00
2020-09-01 17:48:51 +02:00

crates.io

Build status crates.io crates.io

Website | Documentation


2D and 3D physics engines for the Rust programming language.


What is Rapier?

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!

Getting started

The easiest way to get started with Rapier is to:

  1. Read the user-guides.
  2. Play with the examples: cargo run --release --bin all_examples2 and cargo run --release --bin all_examples3. Their source code are available on the examples2d/ and examples3d/ directory.
  3. Don't hesitate to ask for help on Discord, or by opening an issue on GitHub.

Resources and discussions

  • Dimforge: See all the open-source projects we are working on! Follow our announcements on our blog.
  • User guide: Learn to use Rapier in your project by reading the official User Guides.
  • Discord: Come chat with us, get help, suggest features, on Discord!
  • NPM packages: Check out our NPM packages for Rapier, if you need to use it with JavaScript/Typescript.

Please make sure to familiarize yourself with our Code of Conduct and our Contribution Guidelines before contributing or participating in discussions with the community.

Languages
Rust 99.6%
Shell 0.4%