mbrea-c / bevy_firework

🎆 CPU-driven, batch-rendered particle system for the Bevy game engine.
Apache License 2.0
38 stars 6 forks source link

Allow configuration of schedule in which particles update #24

Closed mbrea-c closed 3 months ago

mbrea-c commented 3 months ago

If using FixedUpdate for simulation systems (e.g. in multiplayer games) we want to be able to update particles in FixedUpdate as well to prevent janky-looking particle sim. This PR allows the particle update schedule to be configured at Plugin level.