Page 1 of 1

First attempt

Posted: Sat Jan 10, 2009 8:24 am
by jn
Here's my first attempt, which I called "fieldscape":

Code: Select all

startshape box
 
rule box 8 {
    SQUARE {}
    box { s 0.5 x 0.25 y 0.25 b .2}
    box { s 0.5 x -0.25 y -0.25 b .25}
    box { s 0.5 x -0.25 y 0.25 b .2}
    box { s 0.5 x 0.25 y -0.25 b .25}
 }

rule box 4 {
    SQUARE {sat 1 hue 100}
    box { s 0.5 x 0.25 y 0.25 b 0.5 sat 1 hue 20}

    box { r 10 s 0.5 x -0.25 y -0.25 b .25}
    box { r 10 s 0.5 x -0.25 y 0.25 b .2}
    box { r 10 s 0.5 x 0.25 y -0.25 b .25}
 }

rule box 4 {
    SQUARE {sat 1 hue 200}
    box { s 0.5 x -0.25 y -0.25 b 0.5 sat 1 hue 20}

    box { r 10 s 0.5 x 0.25 y 0.25 b .2}
    box { r 10 s 0.5 x -0.25 y 0.25 b .2}
    box { r 10 s 0.5 x 0.25 y -0.25 b .25}
 }

rule box 4 {
    SQUARE {sat 1 hue 300}
    box { s 0.5 x -0.25 y 0.25 b 0.5 sat 1 hue 20}

    box { r 10 s 0.5 x 0.25 y 0.25 b .2}
    box { r 10 s 0.5 x -0.25 y -0.25 b .25}
    box { r 10 s 0.5 x 0.25 y -0.25 b .25}
 }

rule box 4 {
    SQUARE {}
    box { s 0.5 x 0.25 y -0.25 b 0.5 sat 1 hue 20}

    box { r 10 s 0.5 x 0.25 y 0.25 b .2}
    box { r 10 s 0.5 x -0.25 y -0.25 b .25}
    box { r 10 s 0.5 x -0.25 y 0.25 b .2}
 }

rule box 2 {
    SQUARE {}
    box { r 20 s 0.5 x 0.25 y 0.25 b .2}
    box { r 20 s 0.5 x -0.25 y -0.25 b .25}
 }

rule box 2 {
    SQUARE {}
    box { r 20 s 0.5 x -0.25 y 0.25 b .2}
    box { r 20 s 0.5 x 0.25 y -0.25 b .25}
 }

rule box 1 {
    SQUARE {}
    box { r 30 s 0.5 x -0.25 y -0.25 b .25}
 }

rule box 1 {
    SQUARE {}
    box { r 30 s 0.5 x 0.25 y -0.25 b .25}
 }

rule box 1 {
    SQUARE {}
    box { r 30 s 0.5 x 0.25 y 0.25 b .2}
 }

rule box 1 {
    SQUARE {}
    box { r 30 s 0.5 x -0.25 y 0.25 b .2}
 }

Posted: Thu Mar 05, 2009 5:38 am
by askiopop
looks like fall leaves on the side walk. Awesomesauce :D !