function setup() {
createCanvas(300, 300);
background(220);
}
function draw() {
ellipse (150, 150, 100, 100);
}
[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(300, 300);
background(220);
}
function draw() {
ellipse (150, 150, 100, 100);
}