Skip to content

LaboratorioDeMedios/ofxSyphon_nimp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syphon for Open Frameworks

About

Syphon is a system for sending video between applications. You can use it to send high resolution and high frame rate video, 3D textures and synthesized content between your openFrameworks application other applications and environments.

Syphon for openFrameworks includes one add-on with three new objects, ofxSyphonClient, ofxSyphonServer and ofxSyphonServerDirectory:

  • ofxSyphonClient: brings frames from other applications into openFrameworks wrapped in an ofTexture, which can be bound and drawn like any ofTexture.
  • ofxSyphonServer: allows ofTextures and the whole GLUT scene to be named and published to the system, so that other applications which support Syphon can use them.
  • ofxSyphonDirectory: lets users browse the shared Syphon directory of all available servers

Licensing

Syphon for Open Frameworks is published under a Simplified BSD license. See the included License.txt file.

Requirements

Mac OS X 10.6.4 or greater Open Frameworks 008 or better

Installation

Clone ofxSyphon to the addons folder of your openFrameworks installation. Examples projects called example-Basic and example-ServerDirectory are included.

The repository has branches for major OpenFrameworks versions. The master branch corresponds to the latest official OpenFrameworks release. An of_head branch roughly follows current OpenFrameworks development. Use the branch which corresponds to the version of OpenFrameworks you are using.

Instructions

Unfortunately the OpenFrameworks Project Generator does not work with ofxSyphon in OF 0.8.X.

To add ofxSyphon to your project:

  • Drag the ofxSyphon addon folder into your project.
  • Add a Copy Files build phase to new projects to copy the Syphon framework into the Frameworks folder of the built product.
  • Add the location of the Syphon framework (addons/ofxSyphon/libs/Syphon/lib/osx) to the Framework Search Paths Build Setting in your Xcode project.

The included SyphonExample demonstrates these steps.

Use any Syphon-enabled application to send or receive frames. You can use the Syphon Demo Apps to test functionality.

Credits

Syphon for Open Frameworks - Tom Butterworth (bangnoise) and Anton Marini (vade) and Anthony Stellato (astellato).

http://syphon.v002.info

About

An OF add-on for using the Syphon framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 81.5%
  • Objective-C++ 9.9%
  • C++ 8.4%
  • Makefile 0.2%