hi mysketch names clair
function setup() {
createCanvas(200, 200);
background(0,0,0);
}
function draw() {
noStroke();
fill(0,0,255);
ellipse(100,100,100,70);
}
[OLD FALL 2017] 15-104 • Introduction to Computing for Creative Practice
Professor Roger B. Dannenberg • Fall 2017 • Introduction to Computing for Creative Practice
hi mysketch names clair
function setup() {
createCanvas(200, 200);
background(0,0,0);
}
function draw() {
noStroke();
fill(0,0,255);
ellipse(100,100,100,70);
}