Skip to content

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

Professor Roger B. Dannenberg • Fall 2018 • 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 31)
    • Week 2 (Due Sep 7)
    • Week 3 (due Sep 14)
    • Week 4 (due Sep 21)
    • Week 5 (due Sep 28)
    • Week 6 (due Oct 5)
    • Week 7 (Due Oct 12)
    • Week 8 (due Oct 19)
    • Week 9 (due Oct 26)
    • Week 10 (due Nov 2)
    • Week 11 (due Nov 9)
    • Week 12 (due SATURDAY Nov 17)
    • Week 15 (due Dec 7)
  • 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 12
    • Week 13
    • Week 14
    • Week 15
  • 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 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 14
    • Lab Week 15
  • Gallery
    • Variable Faces Gallery
[OLD FALL 2018] 15-104 • Introduction to Computing for Creative Practice

Category: Uncategorized

Fake project post

blue circleeee

function setup() {
    createCanvas(200, 200);
    background(220, 0, 0);

}   
   
function draw() {
    //inside color
    fill(100, 20, 255);
  ellipse(mouseX, mouseY, 50, 50);
}

Author JennaPosted on August 28, 2018Categories UncategorizedLeave a comment on Fake project post

fake project

sketch

function setup() {
    createCanvas(300, 300);
    background(220, 10, 255);
}

function draw() {
    background(220, 10, 255)
    //inside color
    fill(30, 250, 200)
    //border color
    stroke(50, 100, 255)
    ellipse(mouseX, mouseY, 50, 50)
}

Author EunicePosted on August 28, 2018Categories UncategorizedLeave a comment on fake project

fake project post

not sketch

function setup() {
    createCanvas(200, 200);
    background(220, 0, 0);
  
}

function draw() {
	background(220, 0, 0, 0.5)
	//nside color
	fill(220, 230, 100);
	//border color
	stroke(0, 255, 200)
	ellipse(mouseX, mouseY, 50, 50)
}

Author JenniPosted on August 28, 2018Categories UncategorizedLeave a comment on fake project post

fake project!!!

fakeproject

function setup() {
    createCanvas(500, 500);
    background(220, 49, 190);
   
}

function draw() {
	background(220, 49, 190);
	//doesn't overlap, like paintbucket
    ellipse(mouseX, mouseY, 25, 25);
    fill(149, 120, 124);
    //inside color
    stroke(20, 240, 20);
    //outline
    ;
}

Author acePosted on August 28, 2018Categories UncategorizedLeave a comment on fake project!!!

fake proj post rrandell

sketch

function setup() {
    createCanvas(1000, 1000);
    background(220, 0, 0);
    text("p5.js vers 0.5.12 test.", 10, 15);
}

function draw() {
	//inside color
	fill(255, 200, 200)
	//border color
	stroke(0, 230, 200)
	ellipse (mouseX, mouseY, 50, 50)
}

Author Rani RandellPosted on August 28, 2018Categories UncategorizedLeave a comment on fake proj post rrandell

fake project post

not sketch

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

}

function draw() {
	background(120, 150, 240);
	
	fill(255,200,200);
	noStroke();
	ellipse(mouseX,mouseY, 50, 50)
}

Author JennyPosted on August 28, 2018Categories UncategorizedLeave a comment on fake project post

Emily’s Fun Code

code

function setup() {
    createCanvas(200, 200);
    background(220, 300, 30);
}

function draw() {
	background(220, 300, 30)
	//inside color
	fill(0, 200, 255);
	//border color
	stroke(20, 170, 60);
	ellipse(mouseX, mouseY, 50, 50);
}

Author EmilyPosted on August 28, 2018Categories UncategorizedLeave a comment on Emily’s Fun Code

fake project post

not sketch

function setup() {
    createCanvas(200, 200);
    background(220, 70, 53);
}

function draw() {
	fill(223, 45, 129);
	stroke(45, 20, 78);
	ellipse(mouseX, mouseY, 50, 50);
}

Author RachelPosted on August 28, 2018Categories UncategorizedLeave a comment on fake project post

Placebo Post!

dani_firstsketch

function setup() {
    createCanvas(200, 200);
    background(120, 100, 200);
}

function draw() {
	background(120, 100, 200);
	//inside color
	fill(200, 100, 250)
	//border color
	stroke(120, 200, 200)
	ellipse(mouseX, mouseY, 50, 50);
}

Author DaniPosted on August 28, 2018Categories UncategorizedLeave a comment on Placebo Post!

fake project post

not sketch

function setup() {
    createCanvas(300, 300);
    background(220, 0, 0);
   
}

function draw() {
	background(220, 0, 0)
	fill(70, 200, 100)
	stroke(0, 255, 0)
 	ellipse(mouseX, mouseY, 50, 50);
}

Author NinaPosted on August 28, 2018Categories UncategorizedLeave a comment on fake project post

Posts navigation

Previous page Page 1 … Page 19 Page 20 Page 21 … Page 24 Next page

Recent Posts

  • Yiran Xuan – Final Project – Dueling Dragons
  • Hannah Cai—Final Project
  • Victoria Reiter Final Project
  • Yingyang Zhou-Final Project
  • Xindi Lyu_Final Project

Recent Comments

  • vreiter@andrew.cmu.edu on Victoria Reiter Final Project
  • Lan on Kevin Thies – Project 10
  • Lan on Lan Wei-LookingOutwards-05
  • Simin on Curran Zhang-Project-01-Face
  • Sharon on Kevin Riordan Project-01

Archives

  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • December 2017
  • January 1999

Categories

  • Final Project
  • 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-11-Composition
  • Project-12-Proposal
  • Section A
  • Section B
  • Section C
  • Section D
  • Section E
  • 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 31)
    • Week 2 (Due Sep 7)
    • Week 3 (due Sep 14)
    • Week 4 (due Sep 21)
    • Week 5 (due Sep 28)
    • Week 6 (due Oct 5)
    • Week 7 (Due Oct 12)
    • Week 8 (due Oct 19)
    • Week 9 (due Oct 26)
    • Week 10 (due Nov 2)
    • Week 11 (due Nov 9)
    • Week 12 (due SATURDAY Nov 17)
    • Week 15 (due Dec 7)
  • 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 12
    • Week 13
    • Week 14
    • Week 15
  • 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 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 14
    • Lab Week 15
  • Gallery
    • Variable Faces Gallery
[OLD FALL 2018] 15-104 • Introduction to Computing for Creative Practice Proudly powered by WordPress