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§
Structs§
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.