Tags: architecture, controlp5, hemesh, makerbot, mesh, meshlab, modelbuilder, parametric-design, Rhino, stl, studio mode, thingiverse, toxiclibs
This weekend I’ll be teaching the Interactive Parametrics Workshop with Studio Mode (Gil Akos and Ronnie Parsons) and MakerBot (represented by Bre Pettis). We’ve been planning this for a while, but since it’s happening during my residency at MakerBot we thought it’d be fun to focus on the MakerBot as a possible output method. Our thanks to Bre and the MakerBot crew for supporting the workshop!
With a good mix of architects and code-hacking designers as our participants it should be an interesting weekend. We will be posting the resulting code examples and STL models after the workshop.
We’ll be looking at strategies for parametric modeling using Processing, outputting MakerBot-ready models as STL files and printing them on site.
Processing lacks the hardcore math engine of typical CAD packages, but is far more flexible when it comes to working interactively with dynamic realtime systems. By extending Processing’s core functionality with libraries for simulation and 3D mesh construction we can combine realtime processes with advanced geometry tools.
We’ll be relying on a selection of Processing libraries:
- unlekker.ModelBuilder, a new library I’ll be releasing for the workshop that supports mesh-oriented parametric modeling for 3D printing. It’s nothing fancy, but it’ll get the job done in predictable ways.
- Karsten Schmidt’s always excellent Toxiclibs library offers volumetric modelling and advanced simulation functions.
- Frederik Vanhoutte’s Hemesh library is a comprehensive set of tools for constructing and modifying meshes through procedural tools like extruding, subdividing, slicing, chamfering etc. Hemesh allows the effortless creation of hypercomplex models.
- Andreas Schlegel’s ControlP5 library will be our steady workhorse for GUI interface elements.
We’ll also be using Rhino3D and MeshLab to clean up models for fabrication.
Below is a list of links to tutorials and resources related to the tools we’ll be using:
- Processing
Processing Primers 1-3 on modeLab.nu
Processing.org/learning, great collection of tutorials
OpenProcessing.org, social network for sharing Processing sketches - Toxiclibs
Toxiclibs home page
Toxiclibs demos on OpenProcessing.org - Hemesh
Hemesh home page
Hemesh introduction tutorial
Hemesh Share && Tell presentation by Frederik Vanhoutte
Hemesh post on Creative Applications - Makerbot / Thing-O-Matic
MakerBot Thing-O-Matic details
Thingiverse – Open Source hub for digital design






[...] This post was mentioned on Twitter by Colin Evoy Sebestyen, VirtualFlavius. VirtualFlavius said: #vj #videoart Interactive Parametrics – Workshop w/ Studio Mode and MakerBot http://ow.ly/1bo6f7 [...]
I can’t wait to get hold of that new library, when will it be available to the public(me)??
I’m releasing it after the workshop, I anticipate we’ll run into some issues that need fixing before public release.
Anyway, I wouldn’t get too excited as most of the functionality will already be available through Toxiclibs and Hemesh. My focus is on simplifying the process of generating models and preparing them for 3D printing.
[...] 2009 (3) August 2009 (1) Meta functions Log in WordPress Home | Interactive Parametr.. » Interactive Parametrics results 110221 | Processing / Java, Workshops Tags: [...]
[...] created as part of my artist-in-residence project at MakerBot Industries and beta tested in the Interactive Parametrics workshop. The occasion for today’s release is the MakerBot User Group New York, where I’ll talk [...]