function setup() {
createCanvas(200, 20);
background(220);
text("p5.js vers 0.5.12 test.", 10, 15);
}
function draw() {
background(200);
ellipse(mouseX, mouseY, 100, 70);
}
hi this is a placeholder
[OLD FALL 2017] 15-104 • Introduction to Computing for Creative Practice
Professor Roger B. Dannenberg • Fall 2017 • Introduction to Computing for Creative Practice
function setup() {
createCanvas(200, 20);
background(220);
text("p5.js vers 0.5.12 test.", 10, 15);
}
function draw() {
background(200);
ellipse(mouseX, mouseY, 100, 70);
}
hi this is a placeholder