June 8th, 2009

Installation view of twig and projection.
This is the culmination of the Video Leaf sketch. However somewhere along the way the video input part got left out. The video projector cats a shadow onthe wall and virtual leaves are aligned to the shadow. When the viewer taps the physical twig, the leaves in the drop from the shadow tree.
This piece was on exhibit Grey. Green. show.
Posted in Finished, Hardware, Images, Object-oriented, Physical Computing, video | No Comments »
March 24th, 2009

download the app (Mac only)—view the code (main file, leaf class)
The color filling the brown leaf is calculated by averaging the hue of every pixel in the video frame. The color in the green leaf is just green. Hey, it’s a work-in-progress…
Video Leaf // ver E
The leaf shape is an SVG. Its fill color determined by the average color of the webcam input. The leaf veins are a transparent PNG overlaid on the SVG.
This sketch cannot run in the browser because of security issues with the applet accessing the webcam. If you are running OS X and have a webcam, you can download a standalone app of the sketch.
This is a test for a piece I am developing for a gallery installation. More details to come…
Posted in Images, Object-oriented, WIP, video | 1 Comment »
February 28th, 2009

run the sketch—view the code
How do you use it?
Tell somebody about what time it is.
What is it?
A clock… sort of. This sketch is just a modification of the anaLog Clock from last March. Watch it for a few seconds if you can. It’s drawing the clock hands at random distances from where they should be according to the actual time. The result… you can only tell about what time it is. I know it’s hard to watch, but that’s really not the point. I’d like to polish it up a little, but for now, consider it a proof of concept.
Why is it cool?
My life is a constant struggle with time. Or, more specifically, chronos time. If I can avoid knowing the “exact” time, I’m all for it. Maybe this is clock for kairos time.
Posted in Experiments, Favorites, Play, WIP | No Comments »
December 2nd, 2008

run the sketch—view the code
How do you use it?
Move your mouse up and down.
What is it?
Just playing with an array of JPGs.
Why is it cool?
This began as a discussion about updating Facebook profile pictures. It may yet become a tool for automatically generating them…
Posted in Examples, Images, Tools | No Comments »
November 7th, 2008
run the sketch—view the code
How do you use it?
There is no interactivity. Just sit back and watch.
What is it?
Two things: First, it is an example of loading and scanning the pixels[] array. Second, it is the first step in the development of a program that will play images as sound. Stay tuned…
Posted in Examples, Images, WIP | No Comments »
October 12th, 2008
Is there an emoticon for crossed fingers?
If you’ve been here in the last few months you’ll have read about my ISP issues. Add to that some summer vacations, and preparing for the arrival of our first child (who’s currently featured in the header image) and you end up with a situation that left P{three-sixty}5 on the back burner for a while.
Well, I’m happy to announce that I’m getting back on the horse. We’ve ironed-out the server issues, upgraded Wordpress and, if a few more tests go well, you’ll be seing regular posts again.
Until then, if you have an Apple laptop with a Sudden Motion Sensor (built-in to sense if you drop the computer) you can play with this sketch that lets you draw by tilting your computer around. It uses the Processing Unimotion SMS library by the always inspiring Daniel Schiffman.
download the sketch—view the code
Posted in Announcements, Experiments, Hardware, Physical Computing | No Comments »
October 6th, 2008

run the sketch—view the code
How do you use it?
space bar = start a new scan
x = toggle between color or black-and-white
s = save a .tif (doesn’t work in web browser)
What is it?
I found these thoughtful and elegant photos by Ansen Seale on Spraygraphic so I thought I’d try my hand at it. Obviously I’m not a practiced photographer like Ansen.
It is basically the Slitscan example sketch by Golan Levine and Fry that comes with Processing. I just added mousePressed() events to start a new scan, convert it to black-and-white, and to save the image.
Why is it cool?
You decide.
Posted in Hardware, Images, Inspiration, Monday Banner, Play, video | No Comments »