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: SectionD

Assignment 1

sketch_lim

function setup() {

}
function draw() {
  createCanvas(300, 300);
  background(200);
  ellipse(150, 150, 100, 70);
}

Author eylim@andrew.cmu.eduPosted on August 27, 2019Categories LookingOutwards-01, SectionDLeave a comment on Assignment 1

Assignment 1

test

    sketch

    function setup() {
        createCanvas(200, 20);
        background(220);
    }
    
    function draw() {
     createCanvas(300, 300);
     background(200);
     ellipse(150, 150, 100, 70); 
    }

    =
    Author sha2@andrew.cmu.eduPosted on August 27, 2019August 27, 2019Categories LookingOutwards-01, SectionDLeave a comment on Assignment 1

    Test 1

    sketch

    Author rpai@andrew.cmu.eduPosted on August 27, 2019Categories LookingOutwards-01, SectionDLeave a comment on Test 1

    Assignment 1

    Lab 1 Outwards

    sketch

    function setup() {
        createCanvas(200, 20);
        background(220);
    
    }
    
    function draw() {
        createCanvas(300, 300);
        background(200);
        ellipse(150, 150, 100, 70);
    }

    Author yinhuid@andrew.cmu.eduPosted on August 27, 2019Categories LookingOutwards-01, SectionDLeave a comment on Assignment 1

    15-104 Assignment 1

    House on the Sea

    sketch-stefanie

    function setup() {
        createCanvas(200, 20);
        background(220);
    }
    
    function draw() {
    createCanvas(300, 300);
    background(200);
    ellipse(150, 150, 100, 70);
    }

    Author ssuk@andrew.cmu.eduPosted on August 27, 2019Categories LookingOutwards-01, SectionD, UncategorizedLeave a comment on 15-104 Assignment 1

    Test 1

    A whale-ly good caption.

    Sample text

    sketch

    function setup() {
        createCanvas(200, 20);
        background(220);
    }
    
    function draw() {
        createCanvas(300, 300);
        background(200);
        ellipse(150, 150, 100, 70);
    }

    Author esuderPosted on August 27, 2019Categories LookingOutwards-01, SectionDLeave a comment on Test 1

    Test 01

    sketch

    function setup() {
        createCanvas(300, 300);
        background(220);
        
    }
    
    function draw() {
    	ellipse (150, 150, 100, 100);
    }

    Author CJPosted on August 27, 2019August 27, 2019Categories LookingOutwards-01, SectionDLeave a comment on Test 01

    Assignment 1

    sketch

    function setup() {
        createCanvas(300, 300);
        background(200);
    }
    
    function draw() {
        createCanvas(300, 300);
        background(200);
        ellipse(150, 150, 100, 70);
    }

    Author ikaneko@andrew.cmu.eduPosted on August 27, 2019August 27, 2019Categories LookingOutwards-01, SectionDLeave a comment on Assignment 1

    Assignment 1

    sketch-Sammie

    function setup() {
      createCanvas(200, 20);
      background(220);
    }
    
    function draw() {
      createCanvas(300, 300);
      background(200);
      ellipse(150, 150, 100, 70);
    }

    Author sammiek@andrew.cmu.eduPosted on August 27, 2019August 27, 2019Categories LookingOutwards-01, SectionDLeave a comment on Assignment 1

    Assignment 1

    Sample Text

    Chocolate and Cream Layer Cake

    sketch

    function setup() {
        createCanvas(200, 20);
        background(220);
    }
    
    function draw() {
        
    createCanvas(300, 300);
    background(200);
    ellipse(150, 150, 100, 70);
    }

    Author mkubota@andrew.cmu.eduPosted on August 27, 2019August 27, 2019Categories LookingOutwards-01, SectionDLeave a comment on Assignment 1

    Posts navigation

    Previous page Page 1 … Page 35 Page 36 Page 37 Next page

    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