Christopher Bruns
Christopher Bruns
Implemented five stereoscopic 3D modes: - Mono/Normal - Green/Magenta anaglyph - Red/Cyan anaglyph - Left Eye View - Right Eye View Try them out via Menu->Options->Display Options->Stereo 3D VR I'm...
In the pull request at https://github.com/cmbruns/pyopenvr/pull/66 risa2000 comments: The original API function has the following footprint: ```c++ virtual bool GetDefaultApplicationForMimeType( const char *pchMimeType, VR_OUT_STRING() char *pchAppKeyBuffer, uint32_t unAppKeyBufferLen ) =...
I resolved most of the problem in issue #15 (I believe) by using single-buffering rather than double-buffering for the desktop screen mirror window in the glfw, glut, qt, and sdl...
I hate that I need to use .value to compary ctypes error code results. Maybe I need to make all of those constants be python ints.
This is a follow on to an issue in one of the older vivecraft repos https://github.com/jrbudda/Vivecraft_110/issues/105 Expected Behavior: 1. The "main hand" tool appears on the same side in both...
I recently noticed `XR_MND_headless` is an available extension on my Linux/SteamVR platform. So now I might be able to create an example for this without spinning my wheels trying to...
Intended synopsis: - `pip install pyopenxr_examples` - `hello_xr.py` - ooh look at the cubes
...because I did not yet copy them all from the C code.