This image is generated with the amazing CFDG software. If you are not familiar with it, then check out their gallery to see what is it capable of.
What I like about this program is that you can create very complex structures with a few lines code.
startshape Palm
background { b -1 }
rule Palm{
10 * { r 60 s .97 b 0.16 sat 0.8 } {
Branch{ r 95 r 0 h 85 }
Branch{ r 95 f 10 r 80 h 80 }
}
}
rule Leaf{
SQUARE { }
Leaf{ s .96 y .8 r 1 }
}
rule Leaf{
SQUARE { }
Leaf{ s .96 y .9 r 1.7 }
}
rule Branch {
Leaf{ x 1 r 3 }
Branch{ s .97 r 1.2 }
}
Wow, this code is really amazingly simple! Is that all for this one?
Is this your creation, BTW?
hello Lunakid,
Yes, this is it, and I made this code and image without post-precessing.
All rights reserved, ©2008-2010 - Built on CodeIgniter framework - Konami codes - Mostly Valid XHTML 1.1 - Valid CSS 2.1