
A way to understand the generation of this image is to start with a triangular checker board of orange and purple then elaborate it using the following visual replacement rule.

This blog is devoted to patterns made with polygons. I'll try to have something interesting posted regularly.
go{To highlight the layers of pentagons I alternated the colours.
scale 0.5
right
scale .6180339887
right
scale 2
sides 5
ifon none {
paint purple
5 {
create go
right }
} { }
}
go{
scale 0.4
right
scale 2.5
right
sides 4
ifon none {
paint purple
4 {
create go
right }
} { }
}