First attempt

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
jn
Posts: 4
Joined: Sat Jan 10, 2009 8:17 am

First attempt

Post 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}
 }

User avatar
askiopop
Posts: 12
Joined: Wed Mar 04, 2009 7:07 pm
Location: Guess

Post by askiopop »

looks like fall leaves on the side walk. Awesomesauce :D !
thank you

Post Reply