puny2d 0.0.2

Rusty 2d graphics software renderer library.
Documentation
// Base graphic types.
pub mod types;
// Point object.
pub mod point;
// Graphics path processing.
pub mod path;
// Path points modification by transformation matrix.
pub mod transformation;
// Path converter to stroke variant.
pub mod stroke;

// Path flattening algorithms.
mod flatten;