Skip to content

Instantly share code, notes, and snippets.

@therabidbanana
Created September 4, 2010 02:40
Show Gist options
  • Save therabidbanana/564842 to your computer and use it in GitHub Desktop.
Save therabidbanana/564842 to your computer and use it in GitHub Desktop.
startshape banana;
rule banana{
apple{ s 1.5 hue 67 b .9 sat .7}
}
rule apple {
SQUARE { skew 1.2 .9 }
tree { }
apple { s .989 r 10 hue 12 }
}
rule tree {
tree { s .65 x 1 y 1}
TRIANGLE { }
tree { flip 90 s .8 r 13 }
}
rule tree {
tree { s .65 x 1 y 1}
CIRCLE { }
tree { flip 90 s .8 r 13 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment