dimforge / rapier

2D and 3D physics engines focused on performance.
https://rapier.rs
Apache License 2.0
3.77k stars 235 forks source link

Custom broad-phase #590

Closed phisn closed 3 months ago

phisn commented 4 months ago

The library bevy_xpbd does allow custom broad phases. This feature is especially useful when having a lot of rigidbodies all not interacting with each other. See #588 and #530.