syphonpy-mschuff0881

Python bindings for the Syphon Framework (OSX)


Keywords
opengl, python, realtime, syphon, texture-sharing
License
MIT
Install
pip install syphonpy-mschuff0881==0.0.1

Documentation

syphonpy

Build Status
Python bindings for the Syphon Framework (OSX)

Installation

  1. Have python3.7, XCode and cmake installed

  2. Clone to your local machine

  3. Open terminal and cd .. to the clone

  4. Update submodules

git submodule update --init --recursive
  1. Build
python3.7 setup.py build
  1. Install
python3.7 setup.py install
  1. Test
    install bimpypip3.7 install bimpy
    install OpenGL pip3.7 install pyopengl
    run python3.7 tester.py

Original Syphon Framework readme

Syphon is an open source Mac OS X technology that allows applications to share video and still images with one another in realtime.

See http://syphon.v002.info for more information.

This project hosts the Syphon.framework for developers who want to integrate Syphon in their own software. If you are looking for the Syphon plugins for Quartz Composer, Max/Jitter, FFGL, etc, the project for the Syphon Implementations currently at http://github.com/Syphon


Acknowledgements

https://github.com/bangnoise
https://github.com/maybites
https://github.com/egradman