Skip to content

Jan-Piotraschke/spectre-monotile-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spectre Monotile

The Spectre Monotile project provides a simple Python tool to visualize a geometric tile pattern based on given parameters a, b, and curve_value.

Requirements

  • Python 3
  • NumPy
  • Matplotlib
  • Bezier

These dependencies can usually be installed using pip:

pip install numpy matplotlib bezier

Usage

To use the Spectre Monotile tool, navigate to the project directory and run:

python3 spectre.py <a> <b> <curve_value>
Replace <a>, <b>, and <curve_value> with your desired values.

For example, to draw a spectre tile with parameters a=1, b=1, and curve_value=0.5, use:

python3 spectre.py 1 1 0.5

spectre_monotile

Getting Help

To view a help message and learn about the available parameters and options, use:

python3 spectre.py --help

About

Python Tool for Drawing Spectre Monotiles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages