Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.07 KB

Penrose

Penrose (and Penrose-like) tiling generation with numpy, using de Bruijn's multigrid method. Visualisation with Pillow. Experiments and interactive stuff (hopefully).

examples

Usage

To generate the original Penrose two-rhomb tiling, simply run

python3 examples/original-tiling.py

There are more examples to get inspired by in the examples folder.

examples examples

RESOURCES

All of these build mostly on N. G. de Bruijn's work.