Skip to content

PaperpixelStudio/Corder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Use processing to generate ready-to-laser-cut objects using physical data (voice spectrum,...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages