# tactile-rs This library is a pure Rust port of [tactile](https://github.com/isohedral/tactile), a library for representing, manipulating, and drawing isohedrawl tilings on the plane created by [Craig S. Kaplan](https://github.com/isohedral) based on his [PhD thesis](https://cs.uwaterloo.ca/~csk/other/phd/). See [`tactile`'s original README file](https://github.com/isohedral/tactile/blob/master/README.md) for more information on how to use this library. ## Credit All credit goes to Craig S. Kaplan for the original code, research, and data. All bugs are mine. ## License Licensed under either of * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option.