Skip to content

Instantly share code, notes, and snippets.

@patricoferris
Created August 10, 2018 21:48
Show Gist options
  • Save patricoferris/efdacfb1d33607825893dd89362fd974 to your computer and use it in GitHub Desktop.
Save patricoferris/efdacfb1d33607825893dd89362fd974 to your computer and use it in GitHub Desktop.
function setup() {
createCanvas(640, 640);
}
function draw() {
//Updates, renders etc.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment