puny2d 0.0.2

Rusty 2d graphics software renderer library.
Documentation
1
2
3
4
5
// Raster precision
pub type Coordinate = f32;

// Angle precision
pub type Degree = f64;