dimforge / rapier.rs

Official website for the Rapier physics engine.
https://rapier.rs
17 stars 48 forks source link

Document `AsyncCollider` and `AsyncSceneCollider` for Bevy plugin #88

Open Jondolf opened 3 months ago

Jondolf commented 3 months ago

AsyncCollider and AsyncSceneCollider are pretty commonly needed by users of the Bevy plugin, but they are not mentioned in the usage docs and don't have any code examples in the docs.rs docs, which makes them difficult to discover.

The components should be documented on the Colliders page along with a code example. (They should also have a docs.rs code example on the bevy_rapier side and an example in the bevy_rapier repository)