bhecht@andrew.cmu.edu – [OLD – FALL 2016] 15-104 • COMPUTING for CREATIVE PRACTICE https://courses.ideate.cmu.edu/15-104/f2016 Professor Roger B. Dannenberg • Fall 2016 • Introduction to Computing for Creative Practice Sat, 12 Sep 2020 00:19:45 +0000 en-US hourly 1 https://wordpress.org/?v=4.5.31 Lab C https://courses.ideate.cmu.edu/15-104/f2016/2016/08/30/lab-c/ https://courses.ideate.cmu.edu/15-104/f2016/2016/08/30/lab-c/#respond Tue, 30 Aug 2016 17:46:45 +0000 https://courses.ideate.cmu.edu/15-104/f2016/?p=664

This is a test post.

>bhecht-01gene-wilder-prime

function setup() {
    createCanvas(600, 600);
    background(220);
    
}

function draw() {
	
    ellipse(300,300,60,60);
    text("p5.js test", 25, 15);
    line(50,50, mouseX,mouseY);
}

]]>
https://courses.ideate.cmu.edu/15-104/f2016/2016/08/30/lab-c/feed/ 0