@studiokeywi/banjo - v0.0.1
    Preparing search index...

    Module loop

    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

    studioKeywi

    Interfaces

    RateLimitedLoop

    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

    RLLConfig

    Configuration for a rate limited loop

    Functions

    createRLL

    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