Skip to content

Instantly share code, notes, and snippets.

@honix
Created July 26, 2017 19:49
Show Gist options
  • Save honix/49e15e3fff1ba539ed9d6cb941280739 to your computer and use it in GitHub Desktop.
Save honix/49e15e3fff1ba539ed9d6cb941280739 to your computer and use it in GitHub Desktop.
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