flywheel 0.1.3

Open-source, cross-platform 2.5D game engine built on SDL3.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub use self::{
    angle::{into_degs, into_rads},
    matrix::Matrix,
    traits::{Angle, Position, Rectangle, Scale},
    vector::Vector,
};

mod angle;
mod matrix;
mod traits;
mod vector;