Module utils

Source
Expand description

Provides a collection of general-purpose utilities for the Khora Engine.

This module contains various helper components, macros, and functions that are widely used across different engine crates but are not specific to any single domain like mathematics or rendering.

Modulesยง

bitflags
A macro to define bitflags in a structured way.
timer
Provides simple timer utilities for performance measurement.