amosaic 1.0.0

This library provides tools for generating and working with aperiodic tilings and mosaics, based on the hat monotile discovered by David Smith and inspired by the work of Craig S. Kaplan.
Documentation
1
2
3
4
5
6
7
pub mod coloring;
mod geometry;
pub mod tiles;

pub use coloring::AMosaic;
pub use coloring::ImageDrawContext;
pub use tiles::{collect_hats, DrawContext, MetaTile, Tile};