openxr-explorer icon indicating copy to clipboard operation
openxr-explorer copied to clipboard

A cross-platform OpenXR capabilities explorer and runtime switcher with a CLI and GUI.

Results 14 openxr-explorer issues
Sort by recently updated
recently updated
newest added

Openxr-explorer saves and loads the runtimes from runtimes.txt xrsetruntime loads the runtimes from xr_runtimes.txt This is a problem when I try to switch between runtimes, because xrsetruntime is reading a...

This specification has not yet been implemented in any runtime, but it is expected to be supported in the future. https://github.com/KhronosGroup/OpenXR-SDK-Source/blob/master/specification/loader/runtime.adoc#runtime-enumeration

Hi! I followed the instruction sets for Windows 10 (x64): ``` mkdir build cd build cmake .. cmake --build . --config Release --parallel 8 cd Release openxr-explorer.exe ``` However, the...

After a fresh Windows 11 install and WMR App install I see the following message xrCreateSession error XR_ERROR_RUNTIME_FAILURE, is there an explanation or further debug I can look at. ![Screenshot...

gui works fine, but when giving an argument to invoke the cli, there is always a segfault ``` gdb -q --args build/openxr-explorer help Reading symbols from build/openxr-explorer... (gdb) r Starting...

This PR enables PIE by default to address findings from the `fedora-review` tool: ``` openxr-explorer.x86_64: W: position-independent-executable-suggested /usr/bin/openxr-explorer openxr-explorer.x86_64: W: position-independent-executable-suggested /usr/bin/xrsetruntime ```

It should promot for UAC when installed system-wide when editing/creating runtimes.txt

See https://github.com/KhronosGroup/OpenXR-SDK/releases/tag/release-1.0.27. I tested it on Windows locally.

Pitool is an application that must be run in order to run a pimax headset in OpenXR. If I either open pitool with OpenXR Explorer open and attempt to reload...

On Linux / Debian Sid when I run openxr-explorer from the console I usually/often get the following segfault with the Neo keyboard layout I'm using: ``` $ gdb openxr-explorer ......