function setup() {
createCanvas(200, 20);
background(220);
text("p5.js vers 0.5.12 test.", 10, 15);
}
function draw() {
}
[OLD FALL 2018] 15-104 • Introduction to Computing for Creative Practice
Professor Roger B. Dannenberg • Fall 2018 • 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() {
}