function setup() {
createCanvas(320, 240);
background(220);
}
function draw() {
rect(10, 10, 40, 50);
}
[OLD FALL 2019] 15-104 • Introduction to Computing for Creative Practice
Professor Roger B. Dannenberg • Fall 2019 • Introduction to Computing for Creative Practice
function setup() {
createCanvas(320, 240);
background(220);
}
function draw() {
rect(10, 10, 40, 50);
}