Skip to content

Syphon/Processing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Processing

Syphon library for Processing 2.0 and up.

Getting Started:

  • After cloning the repository, use git submodule update --init to pull in the Java repo.

  • Set the appropriate paths in the resources/build.properties file.

  • For example, in order to update the Java sumbodule with the latest upstream changes and then commit the update, you would do:

cd Processing_2_0/java/
git pull origin master
cd ..
git commit java -m "Updated java submodule"

Submodules can can a bit tricky to use, below you have a couple of references that can be useful:

Chapter in Git Pro book about submodules: https://git-scm.com/book/en/Git-Tools-Submodules

Submodule cheat sheet: https://blog.jacius.info/git-submodule-cheat-sheet/

Submodules in EGit: https://wiki.eclipse.org/EGit/User_Guide#Working_with_Submodules

Andres Colubri

June 7 2014

Acknowledgments

  1. Syphon.framework implemented by Tom Butterworth and Anton Marini: https://syphon.v002.info/

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