For my experimental digital art class at Georgia Tech, I created this toy I call SoundPen. It’s a very basic version obviously (although I think some cool things could come from this idea). The basic idea is to create music by clicking your mouse and placing balls that will bounce of the screen. There are [...]
Basic Random Walk in Flash
Here’s a random walk program. I always wondered what the screen would look like if i had a dot move in a random direction. Click to refresh. View and fork this on WonderFl or Download the flash file here.
Picture of Pictures
The Internet has provided a new means of data expression. I decided to play with the idea of machine aesthetics by developing an application that creates images of images.
I first saw this effect a long time ago on a poster advertisement for the Truman show. I always wondered how they made the effect of compiling images together to form, when looked at a certain distance, an image. The program I made this week creates the effect by downloading Flickr images.
Jacobi Algorithm in AS3
Recently, my “Calculus for Computer Science” teacher assigned the following problem. So to complete this assignment, I decided to use Actionscript 3 and Flash. A friend of mine and I at Georgia Tech are developing a complex open source matrix library called as3matrix, and we were planning on implementing Jacobi to find eigenvectors of a [...]