Skip to content

Instantly share code, notes, and snippets.

@simsaens
Last active January 25, 2019 14:17
Show Gist options
  • Save simsaens/a22bda38e0d22f3f41b289c952679dff to your computer and use it in GitHub Desktop.
Save simsaens/a22bda38e0d22f3f41b289c952679dff to your computer and use it in GitHub Desktop.
backingMode(RETAINED)
function setup()
background(0)
stroke(255)
strokeWidth(5)
fill(227, 106, 106, 255)
ellipse(WIDTH/2, HEIGHT/2, 500)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment