Kane Rogers 3f223aaf9e Fix bug with colliders without rigid bodies
- When `NarrowPhase` adds a collision pair, it checks to make sure that they don't have the same parent
- In the case where the colliders have no parents (eg. they are not attached to a `RigidBody`) this yields a false positive.
- The fix is to ensure that colliders have a parent before ignoring the pair.
2021-08-26 10:29:24 +02:00
2021-07-11 19:21:50 +02:00
2021-07-11 19:21:50 +02:00
2021-07-11 19:21:50 +02:00
2021-08-08 19:19:16 +02:00
2021-04-12 17:22:18 +02:00
2021-06-02 16:00:23 +02:00
2021-08-08 19:19:16 +02:00
2021-04-01 14:59:25 +02:00
2021-04-01 14:59:25 +02:00
2020-08-25 22:10:25 +02:00
2021-06-01 14:55:50 +02:00
2021-08-09 19:14:09 +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!

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.

Platinum sponsors

Rapier is supported by:

Languages
Rust 99.6%
Shell 0.4%