dimforge / rapier

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

stacking simulations #464

Closed logixworx closed 1 year ago

logixworx commented 1 year ago

I am evaluating rapier3d for use in networked simulations.

Is rapier3d able to stack simulations without issues? Ex: room server - each room has their own rapier3d simulation.

sebcrozet commented 1 year ago

Having multiple rapier simulation (with their own physics pipelines, rigid-body sets, etc.) will work without issues. Of course, it’s up to you to deal with objects transitioning from one physics simulation to the other.