Xinyi Huang – [OLD FALL 2019] 15-104 • Introduction to Computing for Creative Practice https://courses.ideate.cmu.edu/15-104/f2019 Professor Roger B. Dannenberg • Fall 2019 • Introduction to Computing for Creative Practice Tue, 27 Aug 2019 15:47:22 +0000 en-US hourly 1 https://wordpress.org/?v=5.2.20 Your name LO-1 https://courses.ideate.cmu.edu/15-104/f2019/2019/08/27/your-name-lo-1/ https://courses.ideate.cmu.edu/15-104/f2019/2019/08/27/your-name-lo-1/#respond Tue, 27 Aug 2019 15:34:02 +0000 https://courses.ideate.cmu.edu/15-104/f2019/?p=39940

This is Taffy

sketch-01-rbd

function setup() {
    createCanvas(320, 240);
    background(220);
}

function draw() {
    rect(10, 10, 40, 50);
}

]]>
https://courses.ideate.cmu.edu/15-104/f2019/2019/08/27/your-name-lo-1/feed/ 0
Aiyana’s LO-1 Post https://courses.ideate.cmu.edu/15-104/f2019/2019/08/27/aiyanas-lo-1-post/ https://courses.ideate.cmu.edu/15-104/f2019/2019/08/27/aiyanas-lo-1-post/#respond Tue, 27 Aug 2019 15:11:11 +0000 https://courses.ideate.cmu.edu/15-104/f2019/?p=39851

fjdsifjdsifjasdofjdsj

this is a cat

sketch-01-rbd

function setup() {
    createCanvas(320, 240);
    background(220);
}

function draw() {
    rect(10, 10, 40, 50);
}

sketch

function setup() {
    createCanvas(200, 200);
    background(220);
    text("p5.js vers 0.9.0 test.", 10, 15);
}

function draw() {
	rect(10,10,30,60);
}

]]>
https://courses.ideate.cmu.edu/15-104/f2019/2019/08/27/aiyanas-lo-1-post/feed/ 0