Module ruscii::gui

source ·
Expand description

GUI

The gui module provides utilities for common GUI elements. Currently, it includes an FPSCounter that provides the user easy access to the application framerate without them needing to make any time calculations.

More examples of use of the FPSCounter can be found in the examples folder of the ruscii repository.

Structs

  • A struct that provides access to the application’s framerate.