Syphon / Processing

Syphon Implementation for Processing
Other
137 stars 33 forks source link
java processing syphon

Processing

Syphon library for Processing. Note that latest revision on master is compatible with Processing 3.0 and higher. Use the v2 branch for the last version compatible with Processing 2.0.

Getting Started:

cd java/
git pull origin master
cd ..
git add java
git commit java -m "Updated java submodule"
git push
cd resources
ant

The library package should be created inside the distribution folder, and it should also be installed in the sketchbook folder

Acknowledgments

1) Syphon Framework implemented by Tom Butterworth and Anton Marini: http://syphon.v002.info/

2) Processing Library Template: https://github.com/processing/processing-library-template