Skip to content

Instantly share code, notes, and snippets.

@shiffman
Created September 22, 2016 13:28
Show Gist options
  • Save shiffman/ef8269b1828e652ef5280aa1a1368168 to your computer and use it in GitHub Desktop.
Save shiffman/ef8269b1828e652ef5280aa1a1368168 to your computer and use it in GitHub Desktop.
I'm backing up my sketch that I love
function setup() {
createCanvas(400, 400);
}
function draw() {
background(220);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment