Syphon, for example, requires an ofAppGlutWindow window instance instead of ofAppBaseWindow. I can get multiple windows going with ofAppBaseWindow well enough, but not with glut.
no it’s not possible, glut is not even officially maintained anymore. if you need multiple windows you need to use a GLFW window which is what ofCreateWindow returns
Thanks for your reply. So in short Syphon is incompatible with multiple windows, right? Maybe the solution is to build separate apps entirely and have a script launch them both at the same time, then use syphon/osc to pass data between the two.
I should say that the little diagonal strand there appears to be correct. As in, it’s not a sync issue (I believe) but rather two black triangles obscuring the view.
To be certain, it does seem as though those triangles take on the color of whatever the first rendered and sent syphon frame were. Below is from a published screen that started as the default OF grey. You can see the correct webcam image peeking through that diagonal slit and at the top.