You can install the compiled library (found in the download section below) or build the Netbeans 6.8 project. If you download the compiled files, just drop the uncompressed Stereo folder into your Processing libraries directory. To compile from source, link to the three jars in the lib directory and build, then make a directory under your processing sketches directory like so:
myprocessingsketches/libraries/stereo/libraryand place dist/stereo.jar into it. Run the demo .pde file and modify as needed.
- core.jar from the most recent version of processing. - jogl.jar, gluegen-rt.jar (both from the stable version of jogl1.1)
angus forbes ()
charlie roberts ()
You can download the compiled library and example files or you can download the source project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/angusforbes/stereo