Use processing to generate ready-to-laser-cut objects using physical data.
Currently, a voice spectrum generates an earring.
Note: while this project uses processing as a graphics library, this is a java (and not a pde) project. This allows developers to code processing sketches in their favorite IDE, wich is likely to be a lot better than the processing one.
- Clone the repository
- Create a project in your favorite IDE with the source code
- Download minim library and put it in your processing folder
- Download controlP5 library (choose the version according to your processing environment - it should work on both 1.5.* and 2.*)
- Add processing libraries to your IDE project :
- core.jar, found in [processing]/core/library/
- controlP5.jar, found in [libraries_folder]/controlP5/library/
- dxf.jar, found in [processing]/modes/java/libraries/dxf/library/
- jogl-all.jar and glueten-rt.jar, found in [processing]/core/library/
- jsminim.jar, minim-spi.jar, minim.jar and tritonus_share.jar, found in [libraries_folder]/minim/library/
- Start coding