I’m trying to build a plugin for Touch Designer following the examples on their wiki. In this particular case, OF runs as a headless app, but I get Touch Designer’s openGL context to draw with, so it seems like just need an OF renderer to draw with.
I’ve got the examples working in OF 0.9.8, but when I try to use them in 0.10.0, I have the following issue when trying to create the ofGLProgrammableRenderer:
incomplete type is not allowed
This is my first time working with the programmable renderer, so I referenced the creation methods that come with the iOS and Android examples in 0.10.0, but couldn’t get those examples to work with the headless window. Any help or suggestions on this matter would be greatly appreciated.