I am sure bevy can do this. For the app, we usually don't need to update things every frame. The update usually happens only when there are user operations (click or move mouse etc.) or when (in the future) the simulation is running the movie of updates are played.
We can thus limit the frame rate for most of idle cases to keep fans a bit silent.
I am sure bevy can do this. For the app, we usually don't need to update things every frame. The update usually happens only when there are user operations (click or move mouse etc.) or when (in the future) the simulation is running the movie of updates are played.
We can thus limit the frame rate for most of idle cases to keep fans a bit silent.