Comment on Is there any advantage to tying game logic to frame-rate?

neidu2@feddit.nl ⁨3⁩ ⁨months⁩ ago

Easier to code. You don’t need to worry about render interval and tick interval, as they’re both part of the game loop, resulting in a lot less code.

source
Sort:hotnewtop