Mondrian?

If you have a design you're proud of, share the cfdg file here. It's also a good place to ask for feedback and collaborate.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
romulusnr
Posts: 13
Joined: Wed Jul 06, 2005 2:50 pm
Location: Seattle

Mondrian?

Post by romulusnr »

This isn't exactly what I was looking for, but the designs are very Modernist:

Code: Select all

startshape LINE

rule LINE {
  SQUARE { s .1 10 }
  LINE { y 5 x -5 r 90 }
}

rule LINE  {
  SQUARE { s .1 9 }
  LINE { y 4.5 x -4.5 r 90 }
}

rule LINE {
  SQUARE { s .1 8 }
  LINE { y 4 x -4 r 90 }
}

rule LINE {
  SQUARE { s .1 7 }
  LINE { y 3.5 x -3.5 r 90 }
}

rule LINE {
  SQUARE { s .1 6 }
  LINE { y 3 x -3 r 90 }
}

rule LINE {
  SQUARE { s .1 5 }
  LINE { y 2.5 x -2.5 r 90 }
}

rule LINE {
  SQUARE { s .1 4 }
  LINE { y 2 x -2 r 90 }
}

rule LINE {
  SQUARE { s .1 3 }
  LINE { y 1.5 x -1.5 r 90 }
}

rule LINE {
  SQUARE { s .1 2 }
  LINE { y 1 x -1 r 90 }
}

rule LINE {
  SQUARE { s .1 1 }
  LINE { y .5 x -.5 r 90 }
}

rule LINE .1{
}

robo git
Posts: 47
Joined: Sat Jul 09, 2005 11:36 pm
Location: looking for his marbles
Contact:

Post by robo git »

You'd be able to reduce this down to 2 rules if we had something like this.

Might not have been the look you were after, but I've gotten some quite funky results out of it!

Post Reply