This is another test.
function setup() {
createCanvas(300, 300);
background(200, 100, 100);
ellipse(150, 150, 150, 150);
}
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
This is another test.
function setup() {
createCanvas(300, 300);
background(200, 100, 100);
ellipse(150, 150, 150, 150);
}
function draw() {
}