Skip to content

dezein/Processing

This branch is 35 commits behind Syphon/Processing:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Aug 31, 2015
Sep 1, 2015
Aug 31, 2015
Aug 31, 2015
Sep 13, 2015
Sep 13, 2015
Aug 31, 2015
Aug 31, 2015
Aug 31, 2015
Aug 31, 2015
Aug 31, 2015
Aug 14, 2013
Sep 11, 2015

Repository files navigation

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.git in order to pull in the Java repo.

  • You can also pull in the Java repo after cloning the repository with git submodule update --init.

  • 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 java/
git pull origin master
cd ..
git add java
git commit java -m "Updated java submodule"

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

About

Syphon Implementation for Processing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 68.9%
  • CSS 15.8%
  • HTML 14.0%
  • Shell 1.3%