Skip to content

Instantly share code, notes, and snippets.

@jacopocolo
Last active June 27, 2018 07:01
Show Gist options
  • Save jacopocolo/b5607710559be2c24a3233f5388e4667 to your computer and use it in GitHub Desktop.
Save jacopocolo/b5607710559be2c24a3233f5388e4667 to your computer and use it in GitHub Desktop.
function setup() {
createCanvas(200,200);
background(0);
}
function draw() {
ellipse(0,0,100,100);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment