function setup() {
createCanvas(320, 240);
background(220);
}
function draw() {
rect(10, 10, 40, 50);
}
[OLD FALL 2019] 15-104 • Introduction to Computing for Creative Practice
Professor Roger B. Dannenberg • Fall 2019 • Introduction to Computing for Creative Practice
function setup() {
createCanvas(320, 240);
background(220);
}
function draw() {
rect(10, 10, 40, 50);
}
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);
}
Hello world.
function setup() {
createCanvas(320, 240);
background(220);
}
function draw() {
rect(10, 10, 40, 50);
}
function setup() {
createCanvas(200, 202);
background(220);
text("p5.js vers 0.9.0 test.", 10, 15);
}
function draw() {
rect(50,50, 30, 20);
fill("blue");
text("Hello world!", 70, 30);
ellipse(100, 100, 50, 30);
}
fjdsifjdsifjasdofjdsj
function setup() {
createCanvas(320, 240);
background(220);
}
function draw() {
rect(10, 10, 40, 50);
}
function setup() {
createCanvas(200, 200);
background(220);
text("p5.js vers 0.9.0 test.", 10, 15);
}
function draw() {
rect(10,10,30,60);
}
This is Roger’s fake LO-01.