Page 1 of 1

Weeklong context - fruit!

Posted: Sat Mar 14, 2009 6:45 am
by Weisshaupt
I thought it would be fun with a themed context-free contest (or rather, friendly competition). And I just grabbed a theme off the top of my head: fruit!

Your art can be as abstract or realistic as you please. And to kick it off, I made ridiculously simple pear:

Code: Select all

startshape A

rule A {
	B { r -20 a 1 b .78 }
	E { r -20 }
}

rule B {
	20* { r 1 y .08 s .9 } C {}
}

rule C {
	CIRCLE { h 73.7 sat .81 }
	20* { r 18 } D {}
}

rule D {
	CIRCLE { y .4 h 73.7 sat .81 b -.3  z 1 s .01 }
}

rule D 4 {}

rule E {
	25* { y .004 r 0.045  } CIRCLE { x -.08 y .72 s .03 z 0 sat 1 b .123 }
}
Image

So until next saturday (the 21st of March), submit your fruits in this thread. Once the contest is over, we'll all vote on the ones we liked best.