Created
March 22, 2017 16:55
-
-
Save radamant/e9f3a259688ff144e9de0fa0584e9cb4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
startshape fdsa[b 1 sat 1 h 0..360] | |
CF::Background = [b 0 h 30..90 sat 0.3] | |
shape fdsa { | |
loop 10[x 1] { | |
asdf[a -0.2] | |
} | |
} | |
shape asdf rule 8{ | |
myshape[s 1 0.5..3 b -1..1] | |
asdf[s 0.87 y 1..2 r -10..10] | |
} | |
rule 1 { | |
asdf[x -1 r -180..180] | |
asdf[s 0.75 b -3..3] | |
} | |
shape myshape rule { | |
TRIANGLE[s 0.8..1.0 ] | |
} | |
rule { | |
SQUARE[s 0.8..1.0 1.0..0.8] | |
} | |
rule { | |
CIRCLE[] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment