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.
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.