Skip to content

Instantly share code, notes, and snippets.

@radamant
Created February 18, 2017 01:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radamant/eb0051965819ba81993f382586e3ded0 to your computer and use it in GitHub Desktop.
Save radamant/eb0051965819ba81993f382586e3ded0 to your computer and use it in GitHub Desktop.
CF::Background = [b -1]
startshape group[h 0..360 b 1 sat 0.5]
shape group rule 3 {
loop 700 [x -3..3 y -5..5 h -2.5..2.5 r -10..10]
cluster[s 0.4]
}
shape cluster rule 5{
loop 7 [r -0..360 a -0.5..0.5]
fan[h -30..30]
}
shape cluster rule 3{
SQUARE[s 0.15 20 r -90..90 h -90 b -0.5 sat 0 y .5]
}
shape cluster rule 1{
cluster[s 0.4 sat -1 a -0.5]
}
shape fan {
loop 7..15 [r -10..20]
line[s 0.3]
}
shape line {
TRIANGLE [[ s 0.5..1.0 20..40 y 0.30 ]]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment