No description
- PostScript 82.3%
- C++ 10.2%
- C# 4.4%
- C 2.1%
- Python 0.9%
* Added properties used internal to SteamVR, and OpenXR * Added preprocessor option for OPENVR_NO_STL * Added property for disabling/enabling keyboard privacy * Added driver feature to allow HMD or SteamVR to control texture index and application poses. For HMD Drivers. We recommend display drivers update to the new default behavior, allowing SteamVR to control the texture index, and automatically compositing multiple layers into the system layer * Add VROverlayFlags_MinimalControlBar * Add PollNextEventWithPoseAndOverlays to IVRSystem to allow overlay applications to poll all events associated with any overlay it's created. This is equivalent to calling PollNextOverlayEvent for each of your overlays as well as PollNextEvent * Added CreatePoseComponent and UpdatePoseComponent to IVRDriverInput * Delete a couple of Assert() functions, since we don't provide that (only AssertMsg) and these are of dubious value * Fixup sharedlibtools_public.cpp removing unneded special cases. [git-p4: depot-paths = "//vr/steamvr/sdk_release/": change = 9820126] |
||
|---|---|---|
| bin | ||
| codegen | ||
| controller_callouts | ||
| docs | ||
| headers | ||
| lib | ||
| samples | ||
| src | ||
| .gitattributes | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README.md | ||
| Toolchain-clang.cmake | ||
OpenVR SDK
OpenVR is an API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting. This repository is an SDK that contains the API and samples. The runtime is under SteamVR in Tools on Steam.
Documentation
Application API
Documentation for the Application API is available on the GitHub Wiki.
Driver API
Current documentation for the Driver API can be found in docs/Driver_API_Documentation.md.
- Old driver API documentation can still be found on the GitHub Wiki.
About
More information on OpenVR and SteamVR can be found on https://steamvr.com