Skip to content

2D and 3D physics engines focused on performance.

License

Notifications You must be signed in to change notification settings

johnny-smitherson/rapier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Aug 28, 2023
Mar 27, 2022
Jan 23, 2022
May 30, 2022
Dec 11, 2022
Aug 28, 2023
Feb 4, 2023
Mar 20, 2022
Dec 26, 2022
Sep 30, 2023
Apr 24, 2023
Jan 23, 2022
Apr 1, 2021
Aug 28, 2023
Apr 1, 2021
Aug 26, 2021
Apr 30, 2022
Aug 25, 2020
Apr 18, 2022
Jan 15, 2023
Jan 16, 2022
Sep 1, 2020

Repository files navigation

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!

Roadmap

We update our roadmap at the beginning of each year. Our 2021 roadmap can be seen there. We regularly give updates about our progress on our blog.

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.

Acknowledgements

Rapier is supported by our platinum sponsors:

And our gold sponsors:

About

2D and 3D physics engines focused on performance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.7%
  • Other 0.3%