Page 1 of 1

Mondrian?

Posted: Tue Jul 12, 2005 2:07 pm
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{
}

Posted: Tue Jul 12, 2005 5:02 pm
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!