Module dagon.core.time

Provides time management utilities.

Description

The dagon.core.time module defines the Time struct for frame timing and the Cadencer class for fixed-step update scheduling.

Classes

NameDescription
Cadencer Schedules fixed-step updates and tracks frames per second (FPS).

Structs

NameDescription
Time Represents timing information for a frame.