Saturday, June 29, 2013

Aztec pattern

Somehow this pattern reminds me of something Aztec.  I'm not sure why but it probably has to do with the 3-way symmetry and the number of lines...  The program that constructed this one was a bit tricky to get the ordering of the construction so that it came out right.

On a second pass I believe that the decoration I put in the middle of the large hexagonal patterns actually falls a bit shy of making a full connection...pity.  It has suddenly become so mush less attractive to me.  :(

Just pentagons

This one is a result of me playing around with a subset of my original pent program.

pent {
  sides 5
  ifon none {
    paint blue
    5 {
      create pent
      left
    }
  } {}
}

I'l probably play some more with the gaps that surround the central pentagon some more.

Popular Posts