knotted-wool-sketch-p5js-mafj-alvarez

knotted-wool-sketch-pattern-tests-p5js-mafj-alvarez

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.

download p5.js