function setup() {
createCanvas(200, 200);
background(210);
ellipse(50,22,104,3);
}
function draw() {
}
[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, 200);
background(210);
ellipse(50,22,104,3);
}
function draw() {
}