ofxSyphon icon indicating copy to clipboard operation
ofxSyphon copied to clipboard

An OF add-on for using the Syphon framework.

Results 8 ofxSyphon issues
Sort by recently updated
recently updated
newest added

we recently removed a specific include from the core and I'm adding back here in ofxSyphon thanks

1) Forked the most up to date fork: https://github.com/StudioDanielCanogar/ofxSyphon 2) Rebuilt and added latest Syphon Framework ([cb3d8ec](https://github.com/Syphon/Syphon-Framework/commit/cb3d8ec506dc6ed0d5d9d099ffc5e120719a1a6a)) https://github.com/Syphon/Syphon-Framework 3) Some extra steps are needed to handle Obj-C in latest XCode:...

ofxSyphon source isn't being compiled for Makefile builds Running make in example-Basic gives (shortened): ``` HOST_OS=Darwin Compiling OF library for Release HOST_OS=Darwin HOST_OS=Darwin HOST_OS=Darwin Done! Compiling example-Basic for Release HOST_OS=Darwin...

Currently, to dynamically stop and (re)start a server or client, you need to use a pointer and delete/create. We could add a clear() function, similar to most oF classes, which...

I added an example which grabs the Syphon texture pixel data to an ofImage using an FBO and glReadPixels. This was helpful to a student so I figure it might...

Hey, I'v been trying to compile ofxSyphon with Qt creator instead of Xcode and finally succeeded. :) - Generate a qt-creator project with the Project Generator frontend app. - Then...

When I put `ofEnableNormalizedTexCoords` at the start of `ofApp::setup` in `example-Basic`, the client no longer renders the texture from the server correctly. The same happens I do ``` mClient.bind(); mClient.getTexture().draw(50,50);...

Hi guys, first thanks for your awesome work! I've recently discovered that syphon copy texture if used via publish texture, osx openGL profiler (and the code comments) says a second...