andersch.dev

<2024-01-08 Mon>

Game Loop

A game loop (or main loop), refers to the most fundamental loop a game (or any real-time application) is built upon. In between the iterations of the game loop, a timestep occurs. They are a core part of any game engine.

Resources