bcurtin – [OLD SEMESTER] 15-104 • Introduction to Computing for Creative Practice https://courses.ideate.cmu.edu/15-104/f2021 Professor Tom Cortina • Fall 2021 • Introduction to Computing for Creative Practice Tue, 07 Sep 2021 18:23:37 +0000 en-US hourly 1 https://wordpress.org/?v=5.8.9 Project 1- My Self Portrait https://courses.ideate.cmu.edu/15-104/f2021/2021/09/07/project-1-my-self-portrait-17/ https://courses.ideate.cmu.edu/15-104/f2021/2021/09/07/project-1-my-self-portrait-17/#respond Tue, 07 Sep 2021 18:23:37 +0000 https://courses.ideate.cmu.edu/15-104/f2021/?p=65052 Continue reading "Project 1- My Self Portrait"]]>
sketch
function setup() {
    createCanvas(600, 800);
    background(255);
    text("Brian Curtin Section C", 10, 15);
}

function draw() {
    fill(30, 60, 17)
    quad(500, 500, 100, 500, 0, 800, 600, 800)
    fill(255, 220, 30)
    ellipse(width/2, height/2, 225, 260)
    fill(255)
    triangle(100, 800, 150, 800, 150, 600)
    fill(255)
    triangle(450, 800, 500, 800, 450, 600)
    fill(30)
    rect(150, 350, 300, 25)
    fill(30)
    quad(180, 350, 420, 350, 400, 270, 200, 270)
    fill(30)
    ellipse(260, 420, 60, 60)
    fill(30)
    ellipse(340, 420, 60, 60)
    line(290, 420, 310, 420)
    line(190, 400, 230, 420)
    line(410, 400, 370, 420)
    line(280, 490, 320, 490)
}

]]>
https://courses.ideate.cmu.edu/15-104/f2021/2021/09/07/project-1-my-self-portrait-17/feed/ 0
LO- My Inspiration https://courses.ideate.cmu.edu/15-104/f2021/2021/09/07/lo-my-inspiration-23/ https://courses.ideate.cmu.edu/15-104/f2021/2021/09/07/lo-my-inspiration-23/#respond Tue, 07 Sep 2021 18:06:38 +0000 https://courses.ideate.cmu.edu/15-104/f2021/?p=65007
The computational project I found inspirational is an application called OpenRGB. When people build custom computers, they will often have controllable RGB lights that come with the fans, lights in the case, the CPU cooler, and other components. What OpenRGB allows you to do is control all at one, regardless of what program each component is advertised as being controlled with. OpenRGB is a program originally designed by a programmer whose name is Adam Honse. The first version, version 0.1 was released about a year ago. I am not exactly sure what programming language it uses, but since it’s open source, it takes the code of almost every RGB controlling software on the internet and puts them into one simple, easily controlled software. I admire the project because it makes the process of controlling your computer’s lights so much easier and simple. Were this project not to exist, PC owners would either have to spend extra money making sure the brand of their RGB lit PC components were all the same, or they would have to constantly juggle between different RGB controlling softwares. 

https://openrgb.org/
]]>
https://courses.ideate.cmu.edu/15-104/f2021/2021/09/07/lo-my-inspiration-23/feed/ 0