Skip to content

Instantly share code, notes, and snippets.

View fiacre-io's full-sized avatar

Fiacre Ó Duinn fiacre-io

View GitHub Profile
function setup() {
createCanvas(windowWidth, windowHeight);
}
function draw() {
if(mouseIsPressed) {
weird(mouseX, mouseY, 50, 100);
}else{
noStroke();
fill(255, 0, 20);