Fork me on GitHub

stereo
by Charlie Roberts & Angus Forbes

Stereographic library for Processing (based on code by Paul Bourke)

Install

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/library

and place dist/stereo.jar into it. Run the demo .pde file and modify as needed.

Dependencies

- core.jar from the most recent version of processing. - jogl.jar, gluegen-rt.jar (both from the stable version of jogl1.1)

Authors

angus forbes ()
charlie roberts ()

Download

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