Interface and Application Programming
Assignment: Write an application that interfaces with an input &/or output devices
Phototransistor: Measure the intense of light
Language: "Processing" an open source programming language and environment to create images, animations, and interactions.
Program output: Rotating cubes increase with the intensity of light.
Altered an example program from Processing.
Link to my code rotatingCubes.pde.
Added serial port, colors, and Neil's filter calculation.
Program output: Tint Image
My first example created in Processing. Altered an example "pixels and images" program from Processing with a train window photo. Photo color tint changes with light intensity.
Link to my code tintImage.pde.
Added serial port and tint.