Syphon processing library now must be build, is there a site where download or a tutorial 4 build ?

edited March 2014 in Library Questions

Syphon processing library now must be build,

is there a site where download a build syphon lib ?

If not is there a tutorial for build in Mac or win ?

Tagged:

Answers

  • edited March 2014

    Although the development of the syphon library moved over to github, the latest available package (1.0-RC1) is still hosted on the downloads section in the old google code site for syphon-implementations. It does work with Processing 2.1.1

    I haven't had time to work on a new release, but you should be able to make your own build from the latest revision on github by following these steps:

    1. clone the repo https://github.com/Syphon/Processing.git
    2. fetch the java submodule (useful reference about submodules)
    3. Import the Eclipse project inside the Processing_2_0 folder
    4. Use the ant build script in resources to compile your own package of the library

    Also, note that Syphon is OSX-only.

  • thank , 1000

    mr codeanticode

Sign In or Register to comment.