Wednesday, November 01, 2006

Dodecagon Elaboration

Here we have octagons and triangles making up the majority of the pattern. The blue hexagons just fill in the centres of the patterns. The pattern comes from combining a number of discs like the one found in sun-spot. At a larger scale the discs can be thought of as dodecagons and the large triangular shaped that have six point triangles in them can thought as triangles. With just the dodecagons and triangles we are left with a simple pattern where there are no gaps and the vertices are all the same: two decagons and one triangle. The orange and purple of the octagons makes it more difficult to see the elaboration especially since the discs eight-way symmetry is highlighted not the twelve-way symmetry.

Sunday, October 15, 2006

Decagon Web

A web of decagons woven with pentagons. The holes are irregular hexagons made from two overlapping pentagons. Perhaps I should have made the green pentagons pink but sometimes it's hard to say no to green. The pattern derived from the Degagon Zig-Zag: using pentagons instead of triangles and filling in a bunch more pentagons. The rotation symmetry of the purple pentagons is a remnant of the zig-zag construction.

Thursday, October 12, 2006

Decagon Zig-Zag

This is a variation on the last pattern. Perhaps I needed to have a colour upgrade. Maybe tomorrow I'll try for the same repeating structures on the outside but with the same central loop as the last pattern. The zig-zag part of the title refers to the triangles that are inserted between the decagons--the first go right then left.

Tuesday, October 10, 2006

Decagonal Flower

This decagonal flower is based on the pattern from August 8th (which uses nonagons--nine sided polygons instead of ten). The decagons are arranged in a back and forth loop and then the triangles were inserted in a zig-zag pattern to form the inner loop. The rest of the pattern, the outside, was added as decoration. Notice that there is a bit of conflict of rotation. It seems that the ten gaps seem to infuse a of a counter spin into normal spin of the inner loop.

Saturday, October 07, 2006

Shrinking Pentagons

This star shape is constructed primarily with blue pentagons that are only touching at one point with another blue pentagon. The blue pentagons are shrinking by a half each step to the away from the centre. The purple wedges fill in the gaps between the blue pentagons. The wedges are constructed in the same way--pentagons that shrink by a half. I'm still playing around to make a better looking pattern with pentagons of different scales...

Friday, October 06, 2006

Flowers

This pattern of flowers is generated by introducing a zig-zag of pentagons into a grid of hexagons and triangles.
zig {
sides 5
paint purple
sides 3
ifon none {
paint green
3 {
create zag
right
}
} { }
}
zag {
sides 5
paint purple
left
sides 6
ifon none {
paint yellow
6 {
create zig
right
}
} {}
}

Instead of the program, the pattern can generated like the windmill pattern. Below, we have the elaboration of a hexagon/triangle pair to a the pair with a pentagon inserted between them. As with the windmills, the orientation or the elaboration is important.

Wednesday, October 04, 2006

A Field of Windmills

This pattern is a variation of "Not the Zipper". The main difference is that the pentagons have sides half the length of the triangles. They share only one vertex now. The negative space of a single loop reminds me of a windmill--hence the title.

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.

Popular Posts