Rendering loop
- Last UpdatedDec 04, 2023
- 1 minute read
These topics describe what happens inside the rendering loop and how the rendering loop execution changes according to configuration file settings.
The rendering loop is the core of the engine. It is divided into two elements:
-
Game loop: Responsible for logical execution.
-
Render loop: Responsible for output visualization.