I’ve uploaded a new version of my unlekkerLib library. For some inexplicable reason version 0002 was missing some classes that were needed for certain examples to function. As a result the TileSaver class was broken, which was a serious omission.
You can download unlekkerLib-0003 from the Code & Form Google Code repository. I’ve added the missing classes, but otherwise the library is the same. If you still experience problems please report them here.
20:51 | July 12th, 2008 | marius watz | +del.icio.us | +digg | trackback
Lee Byron has written a neat little Processing library called Mesh which allows for easy calculation and display of Voronoi, Delaunay and Convex Hull diagrams.
Given a set of points, these diagrams calculate the minimal regions around the points (Voronoi), an optimal triangulation of the points (Delaunay) or the polygon shape that contains all the points (Convex Hull). So far the library only supports the 2D versions of the diagrams, but it is in part based on the QuickHull3D java library which also handles 3D hulls.
Byron didn’t include any code examples in the current release, so I hacked up a quick demo.
Code: MeshLibDemo.pde
To run this example, download MeshLibDemo.zip and unzip it inside your Processing sketches folder. The Mesh library is included in a “libraries” subfolder, but you’ll have to restart Processing for the library to be recognized.
I’m posting the full code below for easy reference.
Read the rest of this entry »
00:23 | June 1st, 2008 | marius watz | +del.icio.us | +digg | trackback
I just got an email from Casey saying that processinghacks.com has finally officially been integrated into the main Processing web site. The new URL is http://processing.org/hacks/. Processinghacks was a great initiative by Toxi and Tom Carden, but has ended up in an inactive limbo over the years. Wikis are perfect for letting users contribute their own content, but they also requires a dedicated community to work properly. Sadly, that never quite happened.
Hopefully, the integration into processing.org will provide a little extra motivation for would-be contributors to step up to the plate. There are already links to empty pages indicating topics that should be filled, giving some useful starting points. I know there are some things in unlekkerLib that would fit, but I’ll have to see when I have the time to write them up.
In any case, congratulations to the Processing team for adding a new feature, and thanks to Toxi and Tom Carden for having the Processing hacks idea in the first place…
23:24 | April 21st, 2008 | marius watz | +del.icio.us | +digg | trackback
I’ve decided to put my Processing hacks from the Code & hacks page and consolidate them into a downloadable archive. Thus the Code & Form code library is born. It will contain various demos and hacks, as well as example code for the unlekkerLib library. It should be much easier to publish code this way, since students etc. can simply download the archive and dump the contents in their sketchbook folder for quick access.
I’ve started a Google Code repository for this purpose, which seems a good way to go. I’m still figuring out SVN etc, hopefully I can switch to publishing the unlekkerLib source “live” through SVN once I figure it out. I’ll also publish archives of code written during past workshops to the repository.
There seems to be a growing list of Processing-related Google Code repositories out there, examples include Toxi’s Toxiclibs, interfascia and jddaniels. Do a search for processing.org to find more.
14:44 | April 12th, 2008 | marius watz | +del.icio.us | +digg | trackback
Horror Vacui: Fear of void, fear of empty space. How many angels can dance on the head of a pin? Is there really emptiness between the atoms? It is hard to imagine. Who can take comfort in the uncertain world of quantum mechanics? Better to consider strategies for filling vacuum, covering the blank surface with form and structure, and thus conquering it. It might seem extreme. Claustrophobic, even. But there is safety in numbers.
Two-page layout for EASI, a magazine from Porto, Portugal. See the image in high res to see the smaller details.
I’m still not quite done with the Packing series, even though packing algorithms have become a bit of a generative clichee recently. It becomes an issue of whether you’re able to give the image qualities beyond the default result of the algorithm. For now, I still believe that my take on it succeeds in doing so.
17:12 | April 11th, 2008 | marius watz | +del.icio.us | +digg | trackback
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
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
We’re making good progress at the HyperWerk digital fabrication workshop, see the new Fabbing @ HyperWerk Flickr group for details.
12:51 | February 27th, 2008 | marius watz | +del.icio.us | +digg | trackback