Crate radiant_utils

Source
Expand description

Radiant example code support library.

§This is not the library you are looking for

This library implements very basic, minimally tested math/support features for the radiant-rs examples. It may be useful for early prototyping or super simple games, you likely want to look for something else though.

Modules§

loops
Time controlled loops.
maths
Basic math types, traits and methods.
util
Everything else.

Structs§

Mat4
A 4x4 matrix.
Vec2
A 2-dimensional vector.

Traits§

Matrix
Matrix-methods for 4x4 arrays.

Functions§

renderloop
Render loop helper function. Provides given callback with frame delta and fps data. This is a more simple alternative to the main loop helper function.