{"id":61833,"library":"openxr-loader","title":"OpenXR Loader","description":"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","status":"active","version":"1.1.58","language":"cpp","source_language":null,"source_url":null,"tags":["xr","ar","vr","openxr","graphics"],"install":[{"cmd":"vcpkg install openxr-loader","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(openxr_loader CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE OpenXR::openxr_loader)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"openxr/openxr.h","correct":"#include <openxr/openxr.h>"}],"quickstart":{"code":"#include <openxr/openxr.h>\n\nint main() {\n    XrInstance instance;\n    XrInstanceCreateInfo createInfo = {XR_TYPE_INSTANCE_CREATE_INFO};\n    createInfo.applicationInfo.applicationName = \"MyApp\";\n    xrCreateInstance(&createInfo, &instance);\n    xrDestroyInstance(instance);\n    return 0;\n}","lang":"cpp","description":"Create and destroy an OpenXR instance"},"warnings":[{"fix":"Ensure an OpenXR runtime is installed and configured on the system","message":"OpenXR Loader requires a runtime (e.g., SteamVR, Oculus) to be installed and active","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'access':14 'ar':18,31 'augment':16 'collect':23 'devic':29 'free':6 'graphic':34 'high':12 'high-perform':11 'known':24 'loader':2 'open':7 'openxr':1,33 'perform':13 'platform':27 'provid':10 'realiti':17,21 'royalti':5 'royalty-fre':4 'standard':8 'virtual':20 'vr':22,32 'xr':26,30","created_at":"2026-06-17T05:06:55.126009+00:00","updated_at":"2026-06-17T05:06:55.126009+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}