Anyone know if you can use the OpenGL GLX extension with GEM?
I am a complete and utter noob when it comes to OpenGL, but it seems like this would make it possible to send gemlist data over a UDP network connection. My initial tests seem to indicate that GEM does not support GLX: I tried GLX objects like [GEMglXCreateContext] but they didn't create.
I'm ultimately looking for a way to stream from GEM to a remote computer over the internet, without using the processor intensive [gem2pdp] object and [pdp_theonice~]. Alternatives to GLX or PDP are very welcome too.