Impact

3 Posts, registered 8 years ago

Contact

Send an email to trusktr

Recent Posts

8 years ago in Misuse of requestAnimationFrame():

And if logic is in the same thread, then game updates *will* block rendering.

8 years ago in Misuse of requestAnimationFrame():

> If you use `setTimeout` to run game logic, you're just moving the log…

8 years ago in Misuse of requestAnimationFrame():

I don't see how this helps. If you use `setTimeout` to run game logic, you…