Subscribe to RSS feed

splitbrain.org - electronic brain surgery since 2001

Creating Art by Doing Nothing

Well, nothing special that is. Just using your computer like you always do. The image below isn't a Jackson Pollock, but mouse movements visualized.

Read on, to learn how it was created.


Last week I came across the work of Anatoly Zenkov, or more specifically his flickr set "Mouse Track".

To create the images, Anatoly wrote a little Java Application that records all mouse movements as lines on a canvas. When your mouse stops, it creates a circle. The longer the mouse stops, the bigger the circle gets. Pretty simple but creates some amazing output.

Of course I had to try his tool. It worked, but it captured the mouse on one monitor only. I use two monitors and I wanted the full glory in my images! Luckily Anatoly released the source code and I started hacking on it.

My Java is very rusty and I never worked with processing before, but it all was pretty easy. Multimonitor support was quickly added, but I couldn't stop tinkering. In the end I added the following new features:

  • Multiple Monitors (only horizontal layouts)
  • Optional Color (color changes randomly on each stop)
  • Optional Line Thickness (the faster your mouse moves the thicker the line is)
  • Optional Automatic Image Saving (every 15 minutes)
  • Pausing the Recording
  • A short intro box on how to use it

The modified source is available at github.

If you just want to run it, download the MousePath.jar file. On Windows and Mac you probably just need to double click the file, Linux users can run it with

$> java -jar MousePath.jar

When you try it, please share your images in the comments.

Tags:
art,
programming,
java,
processing,
mousepath
Similar posts:
Posted on Saturday, February the 13th 2010 (2 years ago).

Comments?

1
I tried this program and it deeply crashed my KDE4 desktop. :(
No images to share, sorry.
2010-02-13 18:34:45
2
How long did it take to make that image?
2010-02-14 05:48:21
3
Oh nevermind. I just read the caption of your photo
2010-02-14 05:51:47
4
What a nice time waster (although slightly buggy). You can find my try behind the following link. Work of half a day ;-)
http://i45.tinypic.com/k9g7dz.png
2010-02-15 01:03:53
Sebastian
5
Did you change something with the B/W and color mode toggling? I use a Mac and it only appears to be working sometimes. Which is not a real problem since I can just convert it using Photoshop, but it would be nice if it would work out of the box.
2010-02-16 10:08:41
jan
6
The program starts in color mode. When you switch to B/W, you have to pause your mouse for a short while then it should switch to B/W on the next move. That's because the color selection is only done in the pause mode.
2010-02-16 10:14:38
7
Still in TIFF format: http://docs.google.com/viewer? … sepath.tif

Pretty nice app. Too bad it makes my CPU run amok and my fan go crazy. Oh and this was from maybe 2 hours
2010-02-19 01:08:40
CAPTCHA

No HTML allowed. URLs will be linked with nofollow attribute. Whitespace is preserved.