I think you can use ofxScene in Windows OS, Did you create you project with the project generator? i used it with Ubuntu 12.04 64 bit without issues as i remember…
The only thing I have now is which line it breaks when running if I try to use the videoplayer.
It breaks in ofShader::begin() because shader is null but its caller (ofVideoPlayerObject::render())
didn’t see it null with (if(shader)…).
More then that, I don’t know what exactly is the bugg…
Also when I said it didn’t work because its ment for OSX I said it because there was some variables ( GLEE_ARB_shader_objects) which seemed to be for OSX… I might be mistaking.
Changing it to GL_ARB_shader_objects allowed me to compile, however, I get a runtime error…
hey @ludovic_migneau,
dou you still using ofxScene ?
I compiled on OF master branch and high sierra and it works.
but i dont know if is outdate or there are other addons recommended…