Created
September 15, 2016 18:44
-
-
Save radamant/e2acdae6e31ecc264cd1b7fa41379e13 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 space[h 80..300 sat 1 b 0.4..1] | |
shape space { | |
loop 20 [x 1 y 1.5 h -20..20 r 0..360] { | |
petals(-0.5..0.5, -0.5..0.5)[] | |
} | |
} | |
shape petals (movex, movey) { | |
loop 4 [r 90 x 0.4 y 0.4 sat 1 b 1] | |
petal[s 0.5 r 45 ] | |
petals(movex, movey)[s 0.8 h 3 y (movey) x (movex) r -10..10] | |
} | |
shape petal { | |
CIRCLE[] | |
SQUARE[s 0.5 x 0.247 y 0.248 skew 5 1] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment