fakjdgkl;ewjfkl;aew
function setup() {
createCanvas(400, 400);
background(300);3
text("substitute text", 100, 20);
}
function draw() {
rect(40,40,50,80);
ellipse(40, 40, 50, 50);
}
[OLD FALL 2019] 15-104 • Introduction to Computing for Creative Practice
Professor Roger B. Dannenberg • Fall 2019 • Introduction to Computing for Creative Practice
fakjdgkl;ewjfkl;aew
function setup() {
createCanvas(400, 400);
background(300);3
text("substitute text", 100, 20);
}
function draw() {
rect(40,40,50,80);
ellipse(40, 40, 50, 50);
}