Skip to content

[OLD FALL 2019] 15-104 • Introduction to Computing for Creative Practice

Professor Roger B. Dannenberg • Fall 2019 • Introduction to Computing for Creative Practice

  • About
  • Syllabus
    • Schedule
    • Administrata
    • Course Policies
    • Rubrics and Grading
    • Academic Integrity
    • Social Rules
    • FERPA Waiver
    • Information about IDeATe
  • Deliverables
    • Looking Outwards
    • Week 1 (Due Aug 30)
    • Week 2 (Due Sep 6)
    • Week 3 (due Sep 13)
    • Week 4 (due Sep 20)
    • Week 5 (due Sep 27)
    • Week 6 (due Oct 4)
    • Week 7 (Due Oct 11)
    • Week 8 (due Oct 18)
    • Week 9 (due Oct 25)
    • Week 10 (due Nov 1)
    • Week 11 (due Nov 8)
    • Week 12 (due WEDNESDAY Nov 13)
      • Turtle Freestyle
    • Week 15 (due Dec 6)
  • Notes
    • Week 1
    • Week 2
    • Week 3
    • Week 4
    • Week 5
    • Week 6
    • Week 7
      • Modulus (%) Illustrated
      • Planting the Flag Warmup
      • More Objects
      • Linear Search
    • Week 8
      • Working with Pixels from Images
    • Week 9
      • Springs
      • Mutual Interaction
    • Week 10
      • Posting Sketches with Sound
    • Week 11
    • Week 12
    • Week 13
    • Week 14
    • Week 15
  • Instructions
    • Laser Cut Your p5.js Sketch
    • Using Autolab
    • Authoring on this Site
    • Programming p5.js
    • Embedding p5.js
    • Capturing Screens
    • Developing p5js Programs Using an Editor, Browser, (and maybe a Local Server)
    • Do’s and Don’ts of Style
    • Text Output
    • Turtle Graphics
  • Links
    • Blogs and Feeds
    • Some Practitioners
    • More Generative Artists
    • A Partial List of Women in New Media Arts and Design
  • Labs
    • Lab Week 1
    • Lab Week 2
    • Lab Week 3
    • Lab Week 5
    • Lab Week 6
    • Lab Week 7
    • Lab Week 9
    • Lab Week 10
    • Lab Week 11
    • Lab Week 13
    • Lab Week 15
  • Gallery
    • Variable Faces Gallery
[OLD FALL 2019] 15-104 • Introduction to Computing for Creative Practice

Category: SectionE

William Su – Project – 01

sketch

function setup() {
    createCanvas(200, 200);
}

function draw() {
	rect(10,10,80,20);
}

Author wsu1@andrew.cmu.eduPosted on August 27, 2019Categories Project-01-Face, SectionELeave a comment on William Su – Project – 01

Deklin Versace – Project – 01

sketch

function setup() {
    createCanvas(200, 600);
}

function draw() {
    rect(10,10,70,400);
}

Author dversace@andrew.cmu.eduPosted on August 27, 2019August 27, 2019Categories Project-01-Face, SectionE, UncategorizedLeave a comment on Deklin Versace – Project – 01

Gretchen Kupferschmid-Project-01


sketch

function setup() {
    createCanvas(200,300);
}
 function draw (){
    rect(10,10,40,40);
 }

Author gkupfers@andrew.cmu.eduPosted on August 27, 2019Categories Project-01-Face, SectionELeave a comment on Gretchen Kupferschmid-Project-01

Mihika Bansal-Project- 01

sketch

function setup() {
    createCanvas(200, 300);
   
  }

function draw() {
    rect(10,10,40,40); 
    fill("red"); 
   
}

Author Mihika BansalPosted on August 27, 2019Categories Project-01-Face, SectionE, UncategorizedLeave a comment on Mihika Bansal-Project- 01

Alice Cai Project Week 1

sketch

function setup() {
  createCanvas(200,200);
}

function draw () {
    rect(10,10,40,40);
    fill("black");
}

Author alcai@andrew.cmu.eduPosted on August 27, 2019August 27, 2019Categories Project-01-Face, SectionELeave a comment on Alice Cai Project Week 1

Caroline Song – Project 01

sketch

function setup (){
    createCanvas(200,300);
}

function draw(){
    fill("red");
    rect(10,10,40,40);

}

Author Caroline SongPosted on August 27, 2019Categories Project-01-Face, SectionELeave a comment on Caroline Song – Project 01

Angela Lee – Project – 01


sketch

function setup(){
	createCanvas (500, 500);
}

function draw(){
	fill("red");
	ellipse(200, 200, 100, 100); 
}

Author ahl2@andrew.cmu.eduPosted on August 27, 2019Categories Project-01-Face, SectionELeave a comment on Angela Lee – Project – 01

Grace Hou – Project – 01


sketch

function setup(){
    createCanvas(200,300);
}

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

Author Grace HouPosted on August 27, 2019August 27, 2019Categories Project-01-Face, SectionE, UncategorizedLeave a comment on Grace Hou – Project – 01

Posts navigation

Previous page Page 1 … Page 34 Page 35

Recent Posts

  • Alec Albright – Final Project
  • Minjae Jeong- Final Project
  • Julia Nishizaki – Final Project
  • final project – ilona altman
  • Jacky Tian’s Final Project

Recent Comments

  • hmeng@andrew.cmu.edu on Sean Meng – Project – 07 – Curves
  • Grace Hou on Sean Meng – Project – 07 – Curves
  • nsusanto@andrew.cmu.edu on Nadia Susanto – Project 06 – Abstract Clock
  • yinhuid@andrew.cmu.edu on Cathy Dong-Project-03-Dynamic Drawing
  • hmeng@andrew.cmu.edu on Cathy Dong-Project-03-Dynamic Drawing

Archives

  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • August 2018
  • December 2017

Categories

  • FinalProject
  • LookingOutwards-01
  • LookingOutwards-02
  • LookingOutwards-03
  • LookingOutwards-04
  • LookingOutwards-05
  • LookingOutwards-06
  • LookingOutwards-07
  • LookingOutwards-08
  • LookingOutwards-09
  • LookingOutwards-10
  • LookingOutwards-11
  • LookingOutwards-12
  • 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-Landscape
  • Project-10-Sonic-Sketch
  • Project-11-Composition
  • Project-11-Landscape
  • Project-12-Proposal
  • SectionA
  • SectionB
  • SectionC
  • SectionD
  • SectionE
  • Uncategorized

Meta

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

Legal

Legal info
  • About
  • Syllabus
    • Schedule
    • Administrata
    • Course Policies
    • Rubrics and Grading
    • Academic Integrity
    • Social Rules
    • FERPA Waiver
    • Information about IDeATe
  • Deliverables
    • Looking Outwards
    • Week 1 (Due Aug 30)
    • Week 2 (Due Sep 6)
    • Week 3 (due Sep 13)
    • Week 4 (due Sep 20)
    • Week 5 (due Sep 27)
    • Week 6 (due Oct 4)
    • Week 7 (Due Oct 11)
    • Week 8 (due Oct 18)
    • Week 9 (due Oct 25)
    • Week 10 (due Nov 1)
    • Week 11 (due Nov 8)
    • Week 12 (due WEDNESDAY Nov 13)
      • Turtle Freestyle
    • Week 15 (due Dec 6)
  • Notes
    • Week 1
    • Week 2
    • Week 3
    • Week 4
    • Week 5
    • Week 6
    • Week 7
      • Modulus (%) Illustrated
      • Planting the Flag Warmup
      • More Objects
      • Linear Search
    • Week 8
      • Working with Pixels from Images
    • Week 9
      • Springs
      • Mutual Interaction
    • Week 10
      • Posting Sketches with Sound
    • Week 11
    • Week 12
    • Week 13
    • Week 14
    • Week 15
  • Instructions
    • Laser Cut Your p5.js Sketch
    • Using Autolab
    • Authoring on this Site
    • Programming p5.js
    • Embedding p5.js
    • Capturing Screens
    • Developing p5js Programs Using an Editor, Browser, (and maybe a Local Server)
    • Do’s and Don’ts of Style
    • Text Output
    • Turtle Graphics
  • Links
    • Blogs and Feeds
    • Some Practitioners
    • More Generative Artists
    • A Partial List of Women in New Media Arts and Design
  • Labs
    • Lab Week 1
    • Lab Week 2
    • Lab Week 3
    • Lab Week 5
    • Lab Week 6
    • Lab Week 7
    • Lab Week 9
    • Lab Week 10
    • Lab Week 11
    • Lab Week 13
    • Lab Week 15
  • Gallery
    • Variable Faces Gallery
[OLD FALL 2019] 15-104 • Introduction to Computing for Creative Practice Proudly powered by WordPress