Closed chaoticgood1 closed 1 year ago
Framelimiting/pacing is disabled on WASM so as not to compete with the browser's framepacer. Enabling pacing/limiting on WASM builds does not work anyway. I have been unable to get it to work, in part because precising sleep and timing in WASM are not trivial.
It works on native build, but running
cargo make web
for wasm doesn't limit the framerate. Thanks.Here is my repo test: https://github.com/Nickan/bevytest/tree/BevyFramepace
Edit: Provide github repo link