Home › Forums › Syphon › Syphon Implementations – User › Syphon Server in Processing 3 not working › Reply To: Syphon Server in Processing 3 not working
May 12, 2016 at 1:10 pm
#59165
Keymaster
There is example code as part of Syphon for Processing. You will see it selects the JOGL profile – Syphon doesn’t yet support OpenGL 3+.
void settings() {
size(480, 340, P3D);
PJOGL.profile = 1;
}