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§

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

Structs§

  • A 4x4 matrix.
  • A 2-dimensional vector.

Traits§

  • Matrix-methods for 4x4 arrays.

Functions§

  • 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.