So much to play with this week! Here are my two favorite experiments.
Bearpocolypse – loops through each pixel in the bear image, compares it to every other pixel, and changes each pixel based on “distance” of the RGB.
source: http://itp.jasonsigal.cc/icm/pixels/bearpocalypse/bear.pde
In Motion Dot-tector – built off of the Learning Processing Motion Sensor, and inspired by something I saw at the Exploratorium as a kid. Ellipse size decreases if there is a lot of motion, and ellipses only show up at pixels where there is motion (a difference between current capture and the most recent capture). This one took a lot of memory to run.
source: http://itp.jasonsigal.cc/icm/pixels/inmotion/inmotion2js.pde
I got caught up in all of the examples and libraries, but wasn’t sure where to take them. I’d like to come back to Pixels to make music out of shapes and/or movement.