Rorschachian Fractal Thingie

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
User avatar
UglyPuppy
Posts: 12
Joined: Thu Jul 07, 2005 2:33 pm
Location: here
Contact:

Rorschachian Fractal Thingie

Post by UglyPuppy »

I see bats hiding in foliage...

Image
startshape INIT
background {hue 270 saturation 1 b -.8}

rule INIT {
B {r -90}
}

rule B {
CIRCLE {hue 22 saturation .75}
B {y .8 r -20 s .5}
B {y -.8 r 20 s .5 hue 10}
B {x .8 r 50 s .5}
B {x -.8 r -50 s .5 b .5}
}

Post Reply