A rate limited loop attempts to run an update function on a consistent interval, and a render function as fast as the monitor's refresh rate
Configuration for a rate limited loop
Build a new rate limited loop. A rate limited loop will attempt to run a callback at a consistent interval (known as a tick) and a separate callback at a consistent interval based on the user's monitor refresh rate
A rate-limited loop pattern. Designed to execute an "update" function at a provided tick rate, and a "render" function at the user's monitor's refresh rate
Author
studioKeywi