Skip to content

[OLD – FALL 2016] 15-104 • COMPUTING for CREATIVE PRACTICE

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

  • About
  • Syllabus
    • Schedule
    • Administrata
    • Course Policies
    • Rubrics and Grading
    • Academic Integrity
    • Social Rules
    • FERPA Waiver
  • Deliverables
    • Looking Outwards
    • Week 1 (Due Sep 2)
    • Week 2 (Due Sep 9)
    • Week 3 (due Sep 16)
    • Week 4 (due Sep 23)
    • Week 5 (due Sep 30)
    • Week 6 (due Oct 7)
    • Week 7 (Due Oct 14)
    • Week 8 (due Oct 21)
    • Week 9 (due Oct 28)
    • Week 10 (due Nov 4)
    • Week 11 (due Nov 11)
    • Week 12 (due Nov 18)
  • Notes
    • Week 1
    • Week 2
    • Week 3
    • Week 4
    • Week 5
    • Week 6
    • Week 7
      • Planting the Flag Warmup
      • More Objects
      • Linear Search
    • Week 8
    • Week 9
      • Springs
      • Mutual Interaction
    • Week 10
    • Week 11
    • Week 13
    • Week 14
      • Week 14 – HTML and P5JS
  • Instructions
    • Using Autolab
    • Authoring on this Site
    • Programming p5.js
    • Embedding p5.js
    • Capturing Screens
    • Developing p5js Programs Using an Editor and Browser
    • 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 2
    • Lab Week 9
    • Lab Week 14
[OLD – FALL 2016] 15-104  • COMPUTING for CREATIVE PRACTICE

Category: Uncategorized

sketch

sketch

Author AndrewPosted on August 30, 2016August 30, 2016Categories UncategorizedLeave a comment on

test

sketch

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

function draw() {
	background(220, 189, 90);
	ellipse(150, 150, 100, 70);
}

Author cdmo@andrew.cmu.eduPosted on August 30, 2016August 30, 2016Categories UncategorizedLeave a comment on test

project1 test

sketch

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

function draw() {
	background(220, 275, 90);
    ellipse(175, 100, 200, 90);
}

Author rgriswol@andrew.cmu.eduPosted on August 30, 2016August 31, 2016Categories UncategorizedLeave a comment on project1 test

project1 test

sketch

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

function draw() {
	background(220, 189, 90);
    ellipse(150, 150, 100, 70);
}

Author eyshi@andrew.cmu.eduPosted on August 30, 2016August 30, 2016Categories UncategorizedLeave a comment on project1 test

project1 test

sketch

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

function draw() {
	background(220, 189, 90);
	ellipse(150, 150, 100, 70);
}

Author Annie HuangPosted on August 30, 2016August 30, 2016Categories UncategorizedLeave a comment on project1 test

project1 test

sketchellipse

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

function draw() {
	background(220);
    ellipse(150,150,100,70);
}

Author jialuj@andrew.cmu.eduPosted on August 30, 2016August 30, 2016Categories UncategorizedLeave a comment on project1 test

Test Post – Lab – Week 1

Hello!

You are going to have a great time at 15-104 this semester!

 

Ani.

Author Anirudh ManiPosted on August 30, 2016Categories Uncategorized1 Comment on Test Post – Lab – Week 1

Posts navigation

Previous page Page 1 … Page 17 Page 18

Recent Posts

  • Sadie Johnson Final Project
  • Charlie Mo Final
  • AndrewWang-Final-Project-PaintTool
  • zhuoyinl-final project
  • GarrettRauck-Final Project

Recent Comments

  • Final Project Proposal – 15-104 • COMPUTING for CREATIVE PRACTICE on Looking Outwards 12: Project Priors and Precursors
  • dconnoll@andrew.cmu.edu on Diana Connolly – Project 10
  • rnayyar@andrew.cmu.edu on Diana Connolly – Project 10
  • rnayyar@andrew.cmu.edu on project10-zhuoyinl
  • rnayyar@andrew.cmu.edu on Liu Xiangqi-Project 10

Archives

  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016

Categories

  • Final Project
  • Looking Outwards Week 1
  • LookingOutwards-02
  • LookingOutwards-03
  • LookingOutwards-04
  • LookingOutwards-05
  • LookingOutwards-06
  • LookingOutwards-07
  • LookingOutwards-08
  • LookingOutwards-09
  • LookingOutwards-10
  • LookingOutwards-11
  • LookingOutwards-12
  • Project Week 1
  • 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-11-Composition
  • Project-12-Proposal
  • Uncategorized

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
  • About
  • Syllabus
    • Schedule
    • Administrata
    • Course Policies
    • Rubrics and Grading
    • Academic Integrity
    • Social Rules
    • FERPA Waiver
  • Deliverables
    • Looking Outwards
    • Week 1 (Due Sep 2)
    • Week 2 (Due Sep 9)
    • Week 3 (due Sep 16)
    • Week 4 (due Sep 23)
    • Week 5 (due Sep 30)
    • Week 6 (due Oct 7)
    • Week 7 (Due Oct 14)
    • Week 8 (due Oct 21)
    • Week 9 (due Oct 28)
    • Week 10 (due Nov 4)
    • Week 11 (due Nov 11)
    • Week 12 (due Nov 18)
  • Notes
    • Week 1
    • Week 2
    • Week 3
    • Week 4
    • Week 5
    • Week 6
    • Week 7
      • Planting the Flag Warmup
      • More Objects
      • Linear Search
    • Week 8
    • Week 9
      • Springs
      • Mutual Interaction
    • Week 10
    • Week 11
    • Week 13
    • Week 14
      • Week 14 – HTML and P5JS
  • Instructions
    • Using Autolab
    • Authoring on this Site
    • Programming p5.js
    • Embedding p5.js
    • Capturing Screens
    • Developing p5js Programs Using an Editor and Browser
    • 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 2
    • Lab Week 9
    • Lab Week 14
[OLD – FALL 2016] 15-104 • COMPUTING for CREATIVE PRACTICE Proudly powered by WordPress