I’m teaching a workshop at the University of Akron as part of my residency at the Myers School of Art, which the ElectroPlastiques exhibition is a part of.
Code from the workshop will be online here:
workshop.evolutionzone.com/workshops/080324_uakron.
17:36 | March 24th, 2008 | marius watz | +del.icio.us | +digg | trackback
I have a new exhibition coming up in Akron, Ohio as part of an artist in residence stay at the Myers School of Art. Titled "ElectroPlastiques", it is my first ever solo show. Interesting that it would take a show in the US for that to happen, although not really so surprising given that the European media art scene is geared towards festivals. The exceptions are the few European media artists who have found gallery representation, a process that seems to be going even slower in Europe than in the US.
I’m using this show to highlight some of the existing topics of my work with realtime animation, as well as a new direction dealing with physical output. I will screen a series of my generative animations, such as Neon Organic, ElectroPlastique #1 & #2 and Illuminations A. These pieces explore the plastic qualities of parametric software processes, where a single set of rules gives rise to an infinite sequence of possible configurations. The title of the show is intended to refer to the plasticity of digital media.
As a counter-point, I will be showing manifestations of my work in physical formats, where animation gives way to other qualities. My rapid prototyping pieces Object #1 - #3 and new work like the Grid distortion laser cuts explore the tactile possibilities of digital fabrication, while prints like the Packing series go beyond the limited resolution of the screen to explore issues of graphic detail.
Read the rest of this entry »
02:21 | March 22nd, 2008 | marius watz | +del.icio.us | +digg | trackback
I just got an email with images from Lenny at HyperWerk, turns out my first foray into the world of CNC milling is done. And it looks better than I had ever expected, which is great news for me since I can now use it for my upcoming ElectroPlastiques solo show in Akron, Ohio next week.
The radial milling paths really make the piece come alive, of course it doesn’t hurt that Corian is such a beautiful material to begin with. I’ll definitely have to explore CNC more as a possible output medium, it provides some of the fine detail of rapid prototyping while allowing for much larger pieces. And the organic quality provided by the milling paths is very appealing, especially considering the digital origin of the form.
See my Flickr stream for more images. My thanks to Andreas and Lenny for their help with milling and photos!
02:15 | March 12th, 2008 | marius watz | +del.icio.us | +digg | trackback
As you might have noticed I’ve replaced the code formatting plugin that I use on the blog. I had trouble with the Geshi-based plugin I used before, so I replaced it with Alex Gorbatchev’s SyntaxHighlighter. This produces lovely formatting and works well – mostly.
SyntaxHighlighter hiccups when encountering the < character unless there is a blank space directly following it, most likely due to it being interpreted as the start of a HTML tag. Also, the "copy to clipboard function produces incorrect code because the text copied has < and > characters converted into the HTML entities < and >. However, I’m not sure if this is a problem with SyntaxHighlighter or with WordPress, since WordPress sometimes messes with formatting by automagically trying to provide good HTML substitutes for certain character combinations.
Most frustrating of all, WordPress has started replacing the ’s in “it’s” with a triple ellipsis character, as well as some other strangeness. Any tips for fool-proof plugins for posting properly formatted code would be most appreciated!
21:36 | March 11th, 2008 | marius watz | +del.icio.us | +digg | trackback
Code from the workshop will be online here: workshops/080310_khio. Check out Kuler for RGB color goodness.
Inspiration for media architecture:
12:21 | March 11th, 2008 | marius watz | +del.icio.us | +digg | trackback
The following Processing example shows how to set up a separate thread for loading images into a sketch. I wrote it up in response to this post on the Processing forums, figuring it will be useful to some of my students too.
Code: ThreadImageLoader.pde
Read the rest of this entry »
15:00 | March 9th, 2008 | marius watz | +del.icio.us | +digg | trackback