|
Project Information
Members
Links
|
Code & Form code repositoryThis Google Code repository is intended as a support for my Code & Form blog. I will use it to publish libraries and sample code for Processing, as well as archives of code from workshops I have given. Check out the Downloads for an overview of what's here so far. At the moment the SVN tree is not really in use, but I plan to publish code through it eventually. 2011.0407 ModelBuilder released / unlekkerLib discontinued
The release of the ModelBuilder library marks the discontinuation of unlekkerLib. I never had a chance to fix incompatibilities that arose since Processing 1.0, and the release of Karsten Schmidt's version of the TileSaver code made my library all but redundant. ModelBuilder focuses on the construction of 3D models for digital fabrication, extending basic Processing functionality with convenient methods for constructing and manipulating mesh geometries. The JavaDoc documentation provides a basic overview of the library, but the best way to get an idea of its functionality is to run the examples provided with the library. Sample STL models can be downloaded from my Thingiverse. I recommend looking at Toxiclibs from Karsten Schmidt and Hemesh from Fredrik Vanhoutte for other approaches to 3D modelling in Processing. Unfortunately, moving meshes between ModelBuilder and the other two libraries is currently a little complicated, I hope we can find a better solution for mesh interchange so models generated in one library can be used in another. Bug reports and suggestions for improvement are welcome, please leave your comments on the Code & Form blog post. AboutAll code provided here is under the Apache License 2.0, although some examples might be based on Open Source libraries that come with other licenses. I've tried to include the proper licenses wherever appropriate, please let me know if I've missed something or failed to properly attribute code to the correct authors. Bug reports, code improvements etc. are always welcome, my email is marius at unlekker dot net. |