Skip to content

Instantly share code, notes, and snippets.

@JakenHerman
Created January 26, 2014 08:34
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 JakenHerman/8630192 to your computer and use it in GitHub Desktop.
Save JakenHerman/8630192 to your computer and use it in GitHub Desktop.
Symmetry Designer
background 0, 0, 0
draw = ->
fill random(75, 225), random(25, 225), random(25, 225)
noStroke()
ellipse mouseX, mouseY, 9, 9
ellipse mouseY, mouseX, 9, 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment