Processing
Syphon library for Processing 2.0 and up. Note that latest revision on master is compatible with 3.0 only. Use the v2 branch for the last version compatible with 2.0.
Getting Started:
-
Clone the repository with
git clone --recurse-submodules https://github.com/Syphon/Processing.gitin order to pull in the Java repo. -
You can also pull in the Java repo after cloning the repository with
git submodule update --init. -
In order to update the Java sumbodule with the latest upstream changes and then commit the update, you would do:
cd java/
git pull origin master
cd ..
git add java
git commit java -m "Updated java submodule"
git push-
Set the appropriate paths in the resources/build.properties file.
-
Build the Processing library:
cd resources
antThe library package should be created inside the distribution folder, and it should also be installed in the sketchbook folder
Acknowledgments
-
Syphon Framework implemented by Tom Butterworth and Anton Marini: http://syphon.v002.info/
-
Processing Library Template: https://github.com/processing/processing-library-template

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
