kanoko 0.7.0

A library for generative art (initially) based off of a traditional Japanese tie-dye pattern
Documentation
1
2
3
4
5
6
7
mod angle;
mod bounding_box;
mod coordinate;

pub use angle::Angle;
pub use bounding_box::BoundingBox;
pub use coordinate::Coordinate;