diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2017-10-15 23:59:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-21 07:08:28 +0700 |
commit | ce8fce8060310778a94657ad3f0c9826dc44c289 (patch) | |
tree | ac65ee513743e272408c196b926b258ffbae2704 /development/openvr/README | |
parent | 41fe6087760fb5f8ca6b6da19adc3689a5de67a7 (diff) |
development/openvr: Added (VR hardware access library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/openvr/README')
-rw-r--r-- | development/openvr/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/openvr/README b/development/openvr/README new file mode 100644 index 0000000000000..f51af11cd500a --- /dev/null +++ b/development/openvr/README @@ -0,0 +1,5 @@ +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. |