Commit Graph

20 Commits

Author SHA1 Message Date
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
a9d257738f Finishes camera subsystem 2016-06-11 17:55:24 +02:00
4ebe423ee3 Now uses new sys binding
- refactored Struct_ and Enum_ prefixes from old bindgen version
- added error implementation for rendering system (was blocked by valve)
- started with camera implementation (has_camera done)
2016-06-11 10:42:42 +02:00
c12c0f3430 moved sys to other repo, preparation for crates release 2016-05-11 22:06:20 +02:00
f36376b137 added enum wrappers for all used enums 2016-05-07 16:58:35 +02:00
f085d27003 fixed minor bugs, opengl example is rendering now the lighthouse within the hmd 2016-05-06 14:39:12 +02:00
5801325a54 tracked device refactoring + read device property 2016-05-05 20:03:47 +02:00
95b15050e4 fixed some render_model bugs, added opengl/glium sample that renders sample rendermodel 2016-05-05 19:01:38 +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