
For my ICM final I wanted to make an application to visualize a live tessellating grid. It needed two components. One window to draw the primary shape and a second window to display the primary shapes repeatedly in a grid. This takes homage from M.C.Esher’s tessellation drawings. This project is currently in its work-in-progress phase. [...]

This is my Intro to Computational Media Midterm. Using a for() loop inside a for() to chart each color of the pixel and the same to align each square into a grid. Several behaviors are added to each pixel so when moreover it begins to fall, stops at the bottom and changes color.

Intro to Computational Media This video shows a simple running Processing code that tracks the X and Y mouse movement. Moving down with the cursor opens up the left eye and moving right opens the right eye, both at 5 pixels per frame. Otherwise the eyes closes at 1 pixel per frame.(java mode [...]