DBraun / tactile-python

Library for representing, manipulating, and drawing isohedral tilings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tactile-Python

Tactile-Python is a pure Python port of tactile-js, a library for representing, manipulating, and drawing isohedral tilings on the 2D plane. Craig S. Kaplan created tactile-js based on his PhD thesis.

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

Install

pip install tactile

Demo

See examples/random_tiles_p5.py which requires p5. It will display random tilings in a window.

Animating random tiles

License

BSD 3-Clause License, inherited from tactile-js.

Related Libraries and Projects

About

Library for representing, manipulating, and drawing isohedral tilings

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%