core/runner library

Classes

Runner
Runner provides a simple game loop, that updates the Engine on every frame.

Typedefs

RunnerCallback = void Function(double dt, double timeCorrection)
Callback that provides deltaTime dt (in seconds) and time correction factor.