Skip to content

Instantly share code, notes, and snippets.

@vagmi
Created February 3, 2009 11:26
Show Gist options
  • Save vagmi/57486 to your computer and use it in GitHub Desktop.
Save vagmi/57486 to your computer and use it in GitHub Desktop.
startshape myshape
background { hue 158.59 sat .6087 b -1}
rule myshape
{
20 * {r 36} spiral {}
}
rule spiral {
CIRCLE {}
spiral [ r -10 x -1 y 1 s .9 hue -15 sat .2 b .3 ]
}
rule spiral {
CIRCLE {}
spiral [ r 10 x -1 y 1 s .9 hue -15 sat .2 b .3 ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment