Test post.
function setup() {
createCanvas(300, 300);
background ("yellow");
ellipse (200, 200, 100, 80);
// rect (100, 100, 80, 80);
}
function draw() {
}
[OLD – FALL 2016] 15-104 • COMPUTING for CREATIVE PRACTICE
Professor Roger B. Dannenberg • Fall 2016 • Introduction to Computing for Creative Practice
Test post.
function setup() {
createCanvas(300, 300);
background ("yellow");
ellipse (200, 200, 100, 80);
// rect (100, 100, 80, 80);
}
function draw() {
}