15 Commits

Author SHA1 Message Date
6aaa7d279a Upgrade to OpenVR 1.4.18 (#40)
Cleanup and update to latest openvr-sys
2019-07-09 17:29:13 -07:00
bf27407cc3 Add chaperone examples to example
Generalize printing logic
2019-02-09 00:46:34 -08:00
2098bcc257 Update to 1.0.10, fix travis (#31)
* Update to OpenVR 1.0.10

* Typo fix

* Missing doc comment

* Delete dead examples, cleanup

* Delete dead code

* Remove lifetimes from subsystems

OpenVR must be shut down manually, which invalidates outstanding
subsystem handles regardless of lifetimes, rendering the ergonomic
sacrifice pointless.

Future work: make shutdown safe by inserting checks before every
OpenVR call.

* Depend on our own openvr-sys

* Update metadata

* Update readme

* More detailed safety notes

* Depend on released openvr-sys
2017-10-08 14:56:32 -07:00
d20c4de1c5 Safety fixes
For OpenVR needs to be both initialized before Vulkan is, and shut
down before Vulkan is.
2017-07-23 17:22:13 -07:00
394d39c437 Fixed testing example add minor functionality 2017-05-14 16:59:51 +02:00
a5598243bb added support for render models subsystem 2016-05-04 18:57:01 +02:00
ff9743f9cf updated to latest openvr sdk, updated to use bindgen, ongoing refactoring 2016-05-01 18:35:07 +02:00
e899d30e60 fixed lib name 3 2016-04-10 15:34:51 +02:00
934c7221dd fixed lib name 2 2016-04-10 15:31:59 +02:00
85e86adc6b Expanded the compositior api 2015-07-05 01:24:27 -04:00
1c25af23b2 ade the test app print a prettier output 2015-07-05 00:44:59 -04:00
cad1e5fcda Added groundwork for the compositor 2015-07-05 00:06:45 -04:00
cd2d0aafbd added poses 2015-06-16 20:05:46 -04:00
8003ddd329 Added upto time_since_last_vsync 2015-06-16 01:18:30 -04:00
a788c794bb added build script 2015-06-15 21:31:38 -04:00