function setup() {
createCanvas(500, 500);
background(120, 200, 400);
text("p5.js vers 0.5.12 test.", 10, 15);
noStroke ();
fill (100, 10, 200)
ellipse (250, 250, 200, 170);
}
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(500, 500);
background(120, 200, 400);
text("p5.js vers 0.5.12 test.", 10, 15);
noStroke ();
fill (100, 10, 200)
ellipse (250, 250, 200, 170);
}
function draw() {
}