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

Month: August 2018

What is the largest canvas size on WordPress?

This is a test. Line spacing is 100.

biggrid

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

function draw() {
    background(200, 200, 150);
    for (var i = 0; i <= 800; i += 100) {
        line(i, 0, i, 800);
        line(0, i, 800, i);
    }
    noLoop();
}

Author Roger DannenbergPosted on August 31, 2018Categories UncategorizedLeave a comment on What is the largest canvas size on WordPress?

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