function setup() {
createCanvas(320, 240);
background(220);
}
function draw() {
rect(10, 10, 40, 50);
}
Month: August 2019
Rachel’s LO-1 Post
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);
}
Emma N-M LO-1 (test)
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);
}
Aiyana’s LO-1 Post
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);
}
Inspirations
This is Roger’s fake LO-01.