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

Month: August 2016

new post

sketch

//Soyun Kim

function setup() { 
    createCanvas(300, 300); //dimension
    background('red'); //can use color slider or photoshop to get the information about the color. w3schools.com
}

function draw() {
   ellipse(150,150,100,70); //ellipse(x,y,w,h)
}

Author soyunk@andrew.cmu.eduPosted on August 30, 2016Categories UncategorizedLeave a comment on new post

New Post

sketch-41.js

function setup() {
    createCanvas(300, 300); //
    background('red');
}

function draw() {
   ellipse(150,150,100,70) // ellipse(x,y,w,h)
}

Author ggsimmon@andrew.cmu.eduPosted on August 30, 2016August 30, 2016Categories UncategorizedLeave a comment on New Post

Victor-Lab1-Test

sketch-43.js

function setup() {
    createCanvas(500, 500); // double slashes = comments 
    background(210,45,45)
}

function draw() {
    ellipse(60,60, 100, 100)//(x,y,w,h)
}

Author vtavarez@andrew.cmu.eduPosted on August 30, 2016September 3, 2016Categories UncategorizedLeave a comment on Victor-Lab1-Test

New Post

sketch-40.js

Author soyunk@andrew.cmu.eduPosted on August 30, 2016August 30, 2016Categories UncategorizedLeave a comment on New Post

New Post

sketch-37.js

//Katherine Tsai

function setup() {
    createCanvas(300, 300); //this create a canvas 300 pixels wide 300 tall
    background('red');
}

function draw() {
   ellipse(150,150,100,70); //ellipse(x,y,w,h);
}

Author kwtsai@andrew.cmu.eduPosted on August 30, 2016Categories Looking Outwards Week 1Leave a comment on New Post

Shannon’s Test Post

sketch37.js

//Shannon Case

function setup() {
    createCanvas(200, 200); // this creates a canvas 200 pixles by 200 pixles
    background('LightGreen'); // this colors the canvas blue
}

function draw() {
    ellipse(150,150,100,100); // creates an elipse (x,y,w,h)
}

Author ShannonPosted on August 30, 2016Categories UncategorizedLeave a comment on Shannon’s Test Post

this is a test post

grat bun BUNNO

Author rnayyar@andrew.cmu.eduPosted on August 30, 2016Categories UncategorizedLeave a comment on this is a test post

Here is another test post

Image 3-12-16 at 6.37 PM

 

this post has been updated~~

Author Nicholas TroutmanPosted on August 30, 2016August 30, 2016Categories UncategorizedLeave a comment on Here is another test post

Lab C

This is a test post.

>bhecht-01gene-wilder-prime

function setup() {
    createCanvas(600, 600);
    background(220);
    
}

function draw() {
	
    ellipse(300,300,60,60);
    text("p5.js test", 25, 15);
    line(50,50, mouseX,mouseY);
}

Author bhecht@andrew.cmu.eduPosted on August 30, 2016Categories UncategorizedLeave a comment on Lab C

sketch

sketch

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

Posts navigation

Previous page Page 1 Page 2 Page 3 Page 4 Next page

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