CS 419ab -- Winter Quarter 2019

Project #7

100 Points

Due: February 27

Add Noise to Your Simple Painting Program


This page was last updated: February 20, 2019


Requirements

  1. Take your painting program that you developed for Project #4 and add computer graphics noise to it.

  2. Make it do at least 2 noise-things based on reading the keyboard. These things could be:

  3. Hitting the 'e' key should cause the screen to erase. You do this by re-calling the background( ) function.

  4. Whatever features you choose, be sure that your screen shots show these working.

Turn-in:

Use the Teach system to turn in your:

  1. Your Processing file
  2. A one-page PDF with a title, your name, your email address, a list of what features you implemented, and nice screen shots from your program showing that those features work.

Grading:

FeaturePoints
At least 2 demonstrable features that vary based on the noise function50 each
Potential Total100