bevy_rapier icon indicating copy to clipboard operation
bevy_rapier copied to clipboard

Feature Request: Multiple pipelines?

Open brandon-reinhart opened this issue 3 years ago • 2 comments

Rapier rust allows us to manage multiple independent simulations by creating more than one pipeline, populating their containers, and stepping them. This is great for creating several experimental frameworks that work simultaneously.

Bevy rapier is amazing in its convenience, but doesn't (afaik) expose the ability to instance pipelines.

This might be something to think about given the Bevy Many Worlds RFC: https://github.com/bevyengine/rfcs/pull/43

brandon-reinhart avatar Jul 28 '22 13:07 brandon-reinhart

I definitely also need this. My use case is similar to Minecraft, where there are multiple game dimensions/worlds that are independent.

A possible workaround would be to just place these far apart, but that requires unpassable boundaries (perhaps buggy) and runs into issues with floating point precision.

Alainx277 avatar Jul 28 '22 17:07 Alainx277

This issue would be solved by #328

AnthonyTornetta avatar Feb 14 '23 23:02 AnthonyTornetta