Currently, we can only run systems dependently of cpu or framerate. In some case (#45), we need to run each step of systems with a specific and fixed amout of time bewteen each of them.
You can look at Unity FixedUpdate or Bevy Fixed Timestep or more generaly Bevy Schedules (you can look at bevy code online)
Currently, we can only run systems dependently of cpu or framerate. In some case (#45), we need to run each step of systems with a specific and fixed amout of time bewteen each of them.
You can look at Unity FixedUpdate or Bevy Fixed Timestep or more generaly Bevy Schedules (you can look at bevy code online)