Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 477 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 477 Bytes

Penrose Tiling

alt text

A web page that generates Penrose tiling. More info can be found on wiki: https://en.wikipedia.org/wiki/Penrose_tiling

The approach to generate the tiling used here is known as triangle decomposition. We start with a triangle, or a few that form a nice starting shape, and divide it recursively, at each step spliting one side according to golden ratio rule.