Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.4 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.4 KB

tactile-rs

Crate Status Docs Status dependency status

This library is a pure Rust port of tactile, a library for representing, manipulating, and drawing isohedral tilings on the plane created by Craig S. Kaplan based on his PhD thesis.

See tactile's original README file for more information on how to use this library.

Examples

There's a couple of examples that show how to use the API: a simple one that displays some information about a given tiling, and slightly more complex one that shows how to draw tiles to fill a region of the plane (in text mode):

Tile drawing example

Credit

All credit goes to Craig S. Kaplan for the original code, research, and data. All bugs are mine.

License

Licensed under either of

at your option.