Registry / other / openxr-loader

openxr-loader

JSON →
library1.1.58vcpkgunverified

A royalty-free, open standard that provides high-performance access to Augmented Reality (AR) and Virtual Reality (VR)—collectively known as XR—platforms and devices

vcpkg install openxr-loader
INSTALL
IMPORT
SIG · OPENXR-LOADER
O
openxr-loader
othercppv1.1.58
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

openxr/openxr.h
#include <openxr/openxr.h>

Create and destroy an OpenXR instance

#include <openxr/openxr.h> int main() { XrInstance instance; XrInstanceCreateInfo createInfo = {XR_TYPE_INSTANCE_CREATE_INFO}; createInfo.applicationInfo.applicationName = "MyApp"; xrCreateInstance(&createInfo, &instance); xrDestroyInstance(instance); return 0; }
Debug
Known issues
gotchaOpenXR Loader requires a runtime (e.g., SteamVR, Oculus) to be installed and active
fix
Ensure an OpenXR runtime is installed and configured on the system
affects: *
Upgrade
Version history
1.1.58latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

openxr-loader — pip install openxr-loader · libregistry