Created
July 26, 2017 19:49
-
-
Save honix/49e15e3fff1ba539ed9d6cb941280739 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
Red [] | |
time: 0.0 | |
radius: 200 | |
view [ | |
base 500x500 rate 30 | |
draw [line 250x250 100x100] | |
on-time [ | |
time: time + 0.01 | |
face/draw/3: (make pair! reduce [ | |
(cos time) * radius | |
(sin time) * radius | |
]) + 250x250 | |
] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment