Skip to main content

Module time

Module time 

Source
Expand description

Time management: delta time, FPS tracking, timers, and time utilities.

game-gem provides a first-class Time resource that’s automatically updated each frame, unlike macroquad which exposes raw get_time().

Structs§

Time
Time resource, updated automatically every frame.
Timer
A simple countdown timer.