Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.19 KB

File metadata and controls

22 lines (17 loc) · 1.19 KB

REcorder

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.

Getting started

  1. Clone the repository
  2. Create a project in your favorite IDE with the source code
  3. Download minim library and put it in your processing folder
  4. Download controlP5 library (choose the version according to your processing environment - it should work on both 1.5.* and 2.*)
  5. 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/
  6. Start coding