game-loops
Several kinds of game loop
Several kinds of game loop
Fixed-timestep, deterministic game loop manager that supports arbitrary time-scaling.
A fixed timestep game loop with variable fps
Minimal fixed step game timer based on requestAnimation frame.
Simple event-based fixed-rate game loop.
Fixed update for JS applications