Updates:
Owner:
andres.c...@gmail.com
Cc:
v...@vade.info
Comment #1 on issue 23 by
v...@vade.info: Problem with multiple instances
of JSyphonServer
http://code.google.com/p/syphon-implementations/issues/detail?id=23
I do get a second image, however it flickers occasionally. My gut from
looking at this is that it appears that some OpenGL state is not being
properly tracked inside of Processing, or inside of jSyphon/Syphon for
Processing that is causing the issue. This might be texture attachment /
buffer binding issues, I dont think the issue lies within Syphon framework,
as that stuff is super tight and works everywhere. Some glue code that is
managing states is not being called.
Another interesting effect is that the FPS counter for server 1 is 0, and 2
is 120, so clearly something somewhere is not happy.
I've assigned Andres to this, but I will also take a peek later when I have
time. Thanks for taking the time to make a simple reproducer.