function setup() { // uncomment this line to make the canvas the full size of the window createCanvas(windowWidth, windowHeight); } function draw() { // draw stuff here ellipse(mouseX, mouseY, 50, 50); } Endless variations of zentangles all from one circle.