Skip to content
alvaro.lacouture edited this page Dec 20, 2019 · 138 revisions

Week 13

  • RESOURCES FROM CLASS:
  • DO:
    • Course Evaluations We made big changes this year, so we need feedback!
    • Your final project! You can take something you did earlier this semester and expand it. You can combine it with your pcomp final. You can scratch a new itch. Remember it is essentially a 2 week assignment.
    • Prepare a 5 minute presentation to demonstrate what your project does that emphasizes its computational aspects.
      • If your project is interactive, please be prepared to have someone else in the class interact with it to demo.
      • If your project can only be demo'd outside of class, please show a short video (~2 minutes) of the experience.
    • Post documentation in the form of a blog post. Ideally something visual, some written thoughts, and code. How do you feel about WHY you want to use code in your work now compared with the beginning of the semester? If you are struggling with your sketch and can't get things to work, you should feel free to put your energy into writing about what didn't work (and vent any frustrations!). If it is a collaboration, please describe your contribution to the project.

Homework Links


Week 12

Questions | Examples

  • Your question here

Week 11

Questions | Examples

  • Your question here

Homework Links


Week 10

Questions | Examples

  • Your question here

Week 9

  • RESOURCES FROM CLASS:

  • DO:

    • Work in pairs. Due next week. Create a 1 minute experience of color by manipulating image or video at the pixel level.
    • We will view it fullscreen so...
      • createCanvas(windowWidth, windowHeight);
      • Position and size screen elements in relation to the canvas width and height.
      • If your image is not big enough to fill the entire screen, select a background color for the canvas.
    • Create a blog post documenting your work. Address / include the following:
      • 5-10 words that describe the experience.
      • 2-3 words to describe each "section" of your piece. Your piece should have at least 2 sections (beginning, end). But can have as many sections as you want.
      • Links to other projects that serve as references, inspiration, or deal with similar ideas as your piece.
    • Consult resources from syllabus for inspiration. Pixels Week 1 | Pixels Week 2
  • READ AND WATCH:

Questions | Examples

  • Your question here
    • Mingxi -- when adding value to pixel's value, any value under 1 does not work. Is there a reason behind it ?

Homework Links

Week 8

Questions | Examples

  • Your question here
  • Is there a way to change the pixel array storage mode such that it only stores three values on a grayscale for black and white images? Ex. the values would be x, y and grayscale value on 0-255 scale -Ben

Week 12

Questions | Examples

  • Your question here