Finally getting around to posting stuff from last semester's CTIN541...
In the first part of the mobile module we were introduced to the idea of intimate objects, maps, and mobility...
First project involved coding a narrative into Google Maps using their API. I ended up linking some of the photos from my cross country trip from flickr onto Google Maps.

In the second half of the class, we went through examples of the processing language. This language also has a mobile version that lets you port programs to certain java enabled mobile phones. I decided to use this chance to experiment with creating a little applet that would tile together seamlessly across multiple screens. The idea was to project the result onto the 14 screens in ZML and have it look like there were 14 balls travelling across the width of the screens.
In its current form, pressing the mouse button accelerates the ball across the screen. I didn't get around to having it change directions. This is a prototype of sorts, hopefully leading to a finished product that involves a single object traveling across the 14 screens being controlled by a crank in the center of the room. Mike Stein had mentioned it should be pretty straight forward to implement a server/client system so that the ball could be passed from one screen to another with networked computers.
You can see the java app here.