https://github.com/syphon/processing
Syphon Implementation for Processing
https://github.com/syphon/processing
java processing syphon
Last synced: 9 months ago
JSON representation
Syphon Implementation for Processing
- Host: GitHub
- URL: https://github.com/syphon/processing
- Owner: Syphon
- License: other
- Created: 2013-08-14T22:02:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-03-13T02:42:10.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T15:31:52.003Z (9 months ago)
- Topics: java, processing, syphon
- Language: Java
- Homepage:
- Size: 847 KB
- Stars: 137
- Watchers: 24
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
Processing
==========
Syphon library for Processing. Note that latest revision on master is compatible with Processing 3.0 and higher. Use the [v2 branch](https://github.com/Syphon/Processing/tree/v2) for the last version compatible with Processing 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```.
* In order to update the Java sumbodule with the latest upstream changes and then commit the update, you would do:
```bash
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:
```bash
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