ofxSyphon
ofxSyphon copied to clipboard
Fork of a fork of a fork (Mac M1 / Ventura)
- Forked the most up to date fork:
https://github.com/StudioDanielCanogar/ofxSyphon
- Rebuilt and added latest Syphon Framework (cb3d8ec)
https://github.com/Syphon/Syphon-Framework
- Some extra steps are needed to handle Obj-C in latest XCode:
Disable ARC in Xcode by setting flag -fno-objc-arc on all OBJ-C files in Build Phases > Compile Source
^ Perhaps a way to do that via addon_config.mk