.. a little heads up.
+++
Bug 1021 <
https://jogamp.org/bugzilla/show_bug.cgi?id=1021>
OculusVR SDK resides in its own sub-module:
<
http://jogamp.org/git/?p=oculusvr-sdk.git;a=summary>
including:
- 'vanilla' branch
- all sources (Linux, OSX, Windows)
- 'master' branch w/ required patches.
GlueGen changes <
https://jogamp.org/bugzilla/show_bug.cgi?id=1022>
allows the wrapper generation via JOGL.
Bring-up was successful on Linux, OSX and Windows.
- compilation
- launch basic OVR quer
TODO:
- add stereoscopic renderer / demo
NOTE:
- we link against libstdc++ statically
ISSUES:
- on GNU/Linux we link against libudev dynamically
but different versions are used in distributions,
i.e. libudev.so.0 and libudev.so.1
Solution ?
Cheers, Sven