
This blog is devoted to patterns made with polygons. I'll try to have something interesting posted regularly.
Sunday, October 15, 2006
Decagon Web

Thursday, October 12, 2006
Decagon Zig-Zag

Tuesday, October 10, 2006
Decagonal Flower

Saturday, October 07, 2006
Shrinking Pentagons

Friday, October 06, 2006
Flowers

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

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.

Monday, October 02, 2006
Pentagon Play

Sunday, October 01, 2006
Fractal Pentagons

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 }
} { }
}
Subscribe to:
Posts (Atom)
Popular Posts
-
This one was fun to make. I wanted a cool snowflake to be a backdrop for a presentation (http://prezi.com/jie04ey9bhjr/zulo/) that I wa...
-
Unlike normal, I was able to deliver the square version of the descending pentagons quickly. There was no math to figure out. although ...
-
Tileland+ interface Along with an interface update , I added a some language extras. The native Tileland instructions remain (polygon...