https://github.com/abusch/tactile-rs
Library for representing, manipulating, and drawing isohedral tilings
https://github.com/abusch/tactile-rs
Last synced: about 1 year ago
JSON representation
Library for representing, manipulating, and drawing isohedral tilings
- Host: GitHub
- URL: https://github.com/abusch/tactile-rs
- Owner: abusch
- License: other
- Created: 2021-11-07T23:19:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T13:14:43.000Z (over 4 years ago)
- Last Synced: 2025-04-02T10:40:06.634Z (about 1 year ago)
- Language: Rust
- Size: 127 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# tactile-rs
[](https://crates.io/crates/tactile)
[](https://docs.rs/crate/tactile/)
[](https://deps.rs/repo/github/abusch/tactile-rs)
This library is a pure Rust port of [tactile](https://github.com/isohedral/tactile), a library for representing, manipulating, and drawing isohedral 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.
## Examples
There's a couple of [examples](/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):

## 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.