Skip to main content

Module utils

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ยง

any_map
Type-erased data store used by [FrameContext].
bitflags
A macro to define bitflags in a structured way.
timer
Provides simple timer utilities for performance measurement.