|
|
Code & Form code repository
This 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.
unlekkerLib library
unlekkerLib is a collection of utility classes that I use frequently, and which I’ve attempted to clean up enough for other people to use. Currently, the most significant features are the STL class for exporting 3D geometry for rapid prototyping and the TileSaver class for outputting high resolution stills from OpenGL applications.
The current version is unlekkerLib-0003. There’s not too much documentation except from the basic Javadocs, but the source code is included. See this page for a more detailed description.
Code & Form code library
This code library is a collection of Processing code that I often give copies of to students in workshops etc. Most of them have been published on the Code & Form blog.
In general they consist of simple hacks to do useful things, as well as more complex examples of how to integrate network access to FTP, the del.icio.us API, RSS feeds etc. Also included are examples of how to use the unlekkerLib library.
The current version is codeandformCodeLib-0001. The following is a snapshot of the folder structure:
About
All 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.
