Hello Girls and Boys, I do VJing in Vienna, mainly with audioreative patches to live input. I use VDMX, MadMapper and Processing as my basic setup. These components work together with Syphon. http://syphon.v002.info/
I like openRNDR and want to replace Processing, but don’t find implementation for Syphon which is the core of the live VJing concept to get Processing into VDMX or MadMapper and mix around with in- and outputs using different softwares.
Is there a way to follow a similar approach with openRNDR?
There is a JavaLibrary which should work as: https://github.com/Syphon/Java/blob/master/JSyphon/src/jsyphon/test/ServerTest.java
I’ve just tried to copy & paste the gl functions into the animation-001 Example after draw.circle
The server is open in my client but GL throws:
tracking verteBuffer org.openrndr.internal.gl3.VertexBufferGL3
org.openrndr.internal.gl3.GL3Exception: GL ERROR: GL_INVALID_ENUM null
loses target? glGenVertexArray? GL_VERTEX_ARRAY / BUFFER ???
I have no clue about openGL, I try to get into it, but … it’s hard and there must be a proper way to do this with your API, I am on it and learned a lot about your concept … don’t see myself yet to get this thing done.
Please help!
best, Tom