Join Nostr
2024-11-03 19:20:06 UTC

Sigma on Nostr: Stupid question: What's the correct way for scheduling game ticks in JS? I've been ...

Stupid question: What's the correct way for scheduling game ticks in JS? I've been using `window.requestAnimationFrame()`, but that seems to make updates coming from mouse events sometimes laggy for some reason...

#help #programming #javascript