-
Notifications
You must be signed in to change notification settings - Fork 88
Multiple Framework Builds #69
Copy link
Copy link
Open
Labels
Description
Most people using Metal aren't going to want OpenGL, and vice versa.
I suggest:
One target, Syphon.framework, has the base classes
Another target, SyphonGL.framework, bundles Syphon.framework and adds the existing SyphonOpenGL classes
and then another target, SyphonMetal.framework, bundles Syphon.framework and adds SyphonMetal classes
Reactions are currently unavailable