Skip to content

15-104 • Introduction to Computing for Creative Practice

Professor Tom Cortina • Fall 2021 • Introduction to Computing for Creative Practice

  • About
  • Course Information
    • Schedule
    • Administrata
    • Course Policies
    • Rubrics and Grading
    • FERPA Waiver
    • Academic Integrity
    • Forms
    • Social Rules
    • Information about IDeATe
  • Deliverables
    • Week 14 (due Dec 3)
    • Week 13 (due Nov 27)
    • Week 12 (due Nov 20)
    • Week 11 (due Nov 13)
    • Week 10 (due Nov 6)
    • Week 9 (due Oct 30)
    • Week 8 (due Oct 23)
    • Week 7 (due Oct 16)
    • Week 6 (due Oct 9)
    • Week 5 (due Oct 2)
    • Week 4 (due Sep 25)
    • Week 3 (due Sep 18)
    • Week 2 (due Sep 11)
    • Week 1 (due Sep 4)
  • Instructions
    • Programming p5.js
      • Developing p5js Programs
      • Do’s and Don’ts of Style
    • Using Autolab
    • Looking Outwards
    • Authoring on this Site
    • Embedding p5.js
    • Capturing Screens
    • Text Output
    • Turtle Graphics
  • Links
    • Canvas
    • Autolab
    • Piazza
    • Blogs and Feeds
    • Some Practitioners
    • More Generative Artists
    • A Partial List of Women in New Media Arts and Design
  • Labs
    • Lab Week 14
    • Lab Week 13
    • Lab Week 11
    • Lab Week 10
    • Lab Week 9
    • Lab Week 7
    • Lab Week 6
    • Lab Week 5
    • Lab Week 3
    • Lab Week 2
    • Lab Week 1
  • Lectures

Month: September 2020

Project 1 – Self Portrait

This is what I look like in the morning…

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

function draw() {
	background(204);
	ellipse(50, 50, 80, 80);
}

Author TomPosted on September 8, 2020Categories Project-01-Face, SectionDLeave a comment on Project 1 – Self Portrait

LO 1 – My inspiration

Here is where you would enter your blog text.

Pixar is where I would work if I didn’t work at CMU.

Scene from the upcoming PIxar movie, Soul.
Author TomPosted on September 8, 2020Categories LookingOutwards-01, SectionDLeave a comment on LO 1 – My inspiration

Project 01 – Self Portrait

This is what I look like in the morning.

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

function draw() {
	background(204);
	ellipse(50, 50, 80, 80);
}

Author TomPosted on September 8, 2020Categories Project-01-Face, SectionCLeave a comment on Project 01 – Self Portrait

LO1 – My Inspiration

My inspiration would go here.

Pixar is where I wish I could work if I didn’t work at CMU.

Image from the upcoming Pixar movie, Soul.
Author TomPosted on September 8, 2020Categories LookingOutwards-01, SectionCLeave a comment on LO1 – My Inspiration

Project 1 – Self Portrait

This is what I look like in the morning.

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

function draw() {
	background(204);
	ellipse(50, 50, 80, 80);
}
Author TomPosted on September 8, 2020Categories Project-01-Face, SectionBLeave a comment on Project 1 – Self Portrait

LO – My Inspiration

This is where your blog would go.

Disney’s Pixar really excites my imagination.

Scene from the movie Soul by Pixar.

Author TomPosted on September 8, 2020August 28, 2021Categories LookingOutwards-01, SectionBLeave a comment on LO – My Inspiration

Another code post

This is a project I worked on.

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

function draw() {
	background(204);
	ellipse(50, 50, 80, 80);
}
Author TomPosted on September 8, 2020September 8, 2020Categories UncategorizedLeave a comment on Another code post

My Project

This is an example of the project I designed last week.

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

function draw() {
	background(204);
	ellipse(50, 50, 80, 80);
}

Author TomPosted on September 8, 2020Categories UncategorizedLeave a comment on My Project

LO-My Inspiration

This is where you would enter your blog essay.

Artist website

Author TomPosted on September 8, 2020Categories LookingOutwards-01, SectionALeave a comment on LO-My Inspiration

Recent Posts

  • Final Project
  • Final Project
  • Final Project – conniek
  • Final Project
  • Final Project

Recent Comments

  • ARK on Project 2: Variable Faces
  • Alana on Project 1: Self Portrait

Archives

  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • September 2020

Categories

  • FinalProject
  • LookingOutwards-01
  • LookingOutwards-02
  • LookingOutwards-03
  • LookingOutwards-04
  • LookingOutwards-05
  • LookingOutwards-06
  • LookingOutwards-07
  • LookingOutwards-08
  • LookingOutwards-09
  • LookingOutwards-11
  • Project-01-Face
  • Project-02-Variable-Face
  • Project-03-Dynamic-Drawing
  • Project-04-String-Art
  • Project-05-Wallpaper
  • Project-06-Abstract-Clock
  • Project-07-Curves
  • Project-09-Portrait
  • Project-10-Sonic-Story
  • Project-11-Landscape
  • SectionA
  • SectionB
  • SectionC
  • SectionD
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Legal

Legal info
  • About
  • Course Information
    • Schedule
    • Administrata
    • Course Policies
    • Rubrics and Grading
    • FERPA Waiver
    • Academic Integrity
    • Forms
    • Social Rules
    • Information about IDeATe
  • Deliverables
    • Week 14 (due Dec 3)
    • Week 13 (due Nov 27)
    • Week 12 (due Nov 20)
    • Week 11 (due Nov 13)
    • Week 10 (due Nov 6)
    • Week 9 (due Oct 30)
    • Week 8 (due Oct 23)
    • Week 7 (due Oct 16)
    • Week 6 (due Oct 9)
    • Week 5 (due Oct 2)
    • Week 4 (due Sep 25)
    • Week 3 (due Sep 18)
    • Week 2 (due Sep 11)
    • Week 1 (due Sep 4)
  • Instructions
    • Programming p5.js
      • Developing p5js Programs
      • Do’s and Don’ts of Style
    • Using Autolab
    • Looking Outwards
    • Authoring on this Site
    • Embedding p5.js
    • Capturing Screens
    • Text Output
    • Turtle Graphics
  • Links
    • Canvas
    • Autolab
    • Piazza
    • Blogs and Feeds
    • Some Practitioners
    • More Generative Artists
    • A Partial List of Women in New Media Arts and Design
  • Labs
    • Lab Week 14
    • Lab Week 13
    • Lab Week 11
    • Lab Week 10
    • Lab Week 9
    • Lab Week 7
    • Lab Week 6
    • Lab Week 5
    • Lab Week 3
    • Lab Week 2
    • Lab Week 1
  • Lectures
15-104 • Introduction to Computing for Creative Practice Proudly powered by WordPress