Nowadays, OpenVR has become a topic of great relevance and interest to a wide spectrum of people. Its impact has managed to transcend borders and generate debates and reflections in different areas. From experts in the field to ordinary citizens, OpenVR has captured everyone's attention. This phenomenon has aroused the interest of academics, professionals and lovers of the subject, who seek to investigate beyond appearances and thoroughly understand every aspect related to OpenVR. Throughout history, OpenVR has marked milestones and transformations, directly or indirectly influencing various aspects of our lives. In this article, we will thoroughly explore everything related to OpenVR, with the aim of understanding its importance and relevance today.
Developer(s) | Valve Corporation |
---|---|
Repository | github |
Written in | C++, C#, C |
Included with | SteamVR |
Type | Virtual reality |
License | BSD 3-Clause "New" or "Revised" License |
Website | www |
OpenVR is a software development kit (SDK) and application programming interface (API) developed by Valve for supporting the SteamVR[1][2] and other virtual reality headset devices.[3][4] The SteamVR platform uses it as the default application programming interface and runtime.[5] It serves as the interface between the virtual reality hardware and software[6] and is implemented by SteamVR.[7]
Although OpenVR is the default SDK for HTC Vive, it was developed to have multiple vendor support.[5] For instance, a developer can design OpenVR-based trigger button functions for controllers of Oculus Rift or Windows MR because these systems are both supported by the SDK.[8]
Valve has announced that they will be cooperating with the Open Source Virtual Reality project,[9] although the extent of the cooperation is unclear.[10]
OpenVR SDK was released to the public on 30 April 2015 by Valve, for developers to develop SteamVR games and software. It provides support for the HTC Vive Developer Edition, including the SteamVR controller and Lighthouse. OpenVR SDK was an important step towards the release of the first HTC Vive Developer Edition.
The OpenVR SDK has replaced the API that was previously available in steamvr.h in the Steamworks SDK. The old API will continue to receive support indefinitely, but applications that require any of the new features must switch to the new SDK.
A number of new interfaces were added, and existing interfaces received new methods. Details can be found in the OpenVR API documentation.
With the OpenVR SDK, software can now be connected to SteamVR hardware. The SDK can be downloaded from the OpenVR GitHub page. It supports all SteamVR products.
The SteamVR Unity Plugin and native SteamVR support in Unreal 4.8 have been implemented to support Unity in addition to the OpenVR SDK support. Both were available shortly after the initial release of OpenVR.
Changes from the SteamVR interface in SteamWorks SDK 1.31 to Initial release of OpenVR include:[11]