Skip to content

Instantly share code, notes, and snippets.

@osteele
Created September 17, 2020 01:45
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 osteele/6000101a7314f73b9250f5ab98863782 to your computer and use it in GitHub Desktop.
Save osteele/6000101a7314f73b9250f5ab98863782 to your computer and use it in GitHub Desktop.
function setup() {
createCanvas(400, 400);
}
function draw() {
background(220);
rect(10, 10, 50, 50);
circle(20, 20, 30);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment