Commit Graph

79 Commits

Author SHA1 Message Date
Benjamin Saunders
d3b6744618 Rearrange modules, tweak Context semantics, support OpenGL 2017-05-09 19:46:45 -07:00
Benjamin Saunders
0fd6ad8814 Draft changes for OpenVR 1.0.7 2017-05-08 21:52:11 -07:00
Kevin Watters
0848af7b8d fix warning "variable does not need to be mutable" 2016-07-02 08:30:09 -07:00
Rene Eichhorn
a9d257738f Finishes camera subsystem 2016-06-11 17:55:24 +02:00
Rene Eichhorn
371b34a548 Merge remote-tracking branch 'origin/master' 2016-06-11 10:42:55 +02:00
Rene Eichhorn
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
Jeff Schmitz
3132dfcbe9 fix for ffi string crash
Using MSVC Rust 1.8, opengl example crashes on String::from_raw_parts.
Replaced with string from slice::from_raw_parts.
2016-05-15 19:47:04 -04:00
Rene Eichhorn
c12c0f3430 moved sys to other repo, preparation for crates release 2016-05-11 22:06:20 +02:00
Rene Eichhorn
f36376b137 added enum wrappers for all used enums 2016-05-07 16:58:35 +02:00
Rene Eichhorn
e89b43216b implemented error wrapper 2016-05-06 19:31:04 +02:00
Rene Eichhorn
f085d27003 fixed minor bugs, opengl example is rendering now the lighthouse within the hmd 2016-05-06 14:39:12 +02:00
Rene Eichhorn
5801325a54 tracked device refactoring + read device property 2016-05-05 20:03:47 +02:00
Rene Eichhorn
95b15050e4 fixed some render_model bugs, added opengl/glium sample that renders sample rendermodel 2016-05-05 19:01:38 +02:00
Rene Eichhorn
a5598243bb added support for render models subsystem 2016-05-04 18:57:01 +02:00
Rene Eichhorn
ff9743f9cf updated to latest openvr sdk, updated to use bindgen, ongoing refactoring 2016-05-01 18:35:07 +02:00
Rene Eichhorn
9b080084c2 fixed library search paths for openvr 2016-04-10 16:04:49 +02:00
Rene Eichhorn
7b94aff6cd fixed project name, added travis to build docs 2016-04-10 15:10:06 +02:00
Colin Sherratt
1d3b6f99d6 maybe get api working again 2015-11-10 02:13:01 -05:00
Colin Sherratt
ecb266677c Updated base openvr 2015-11-10 02:13:01 -05:00
Colin Sherratt
395d3111fa added display_frequency and vsync_to_photons 2015-10-07 22:59:40 -06:00
Colin Sherratt
44c1db2f27 export u/v/max/min for TextureBounds 2015-07-05 02:57:28 -04:00
Colin Sherratt
85e86adc6b Expanded the compositior api 2015-07-05 01:24:27 -04:00
Colin Sherratt
cad1e5fcda Added groundwork for the compositor 2015-07-05 00:06:45 -04:00
Colin Sherratt
a5f86b43a5 windows use the wrong slashes 2015-07-03 01:13:18 -04:00
Colin Sherratt
4bf9ea59bf attempt to add windows to vr-rs 2015-07-03 01:10:51 -04:00
Colin Sherratt
cd2d0aafbd added poses 2015-06-16 20:05:46 -04:00
Colin Sherratt
8003ddd329 Added upto time_since_last_vsync 2015-06-16 01:18:30 -04:00
Colin Sherratt
a788c794bb added build script 2015-06-15 21:31:38 -04:00
Colin Sherratt
a8f4425224 Fixed functions calls and added VR_init 2015-06-15 21:29:48 -04:00
Colin Sherratt
7487541cae Added pointer to gen 2015-06-13 16:38:07 -04:00
Colin Sherratt
2b6d5d1304 Add sys 2015-06-13 16:32:10 -04:00
Colin Sherratt
93d8975a88 added sys lib 2015-06-13 16:13:19 -04:00
Colin Sherratt
4a57cb70a2 Removed old library 2015-06-13 09:49:17 -04:00
Colin Sherratt
cee88bede3 Revive from the dead 2015-05-15 01:04:25 -04:00
Colin Sherratt
a74be907fc cleanup warnings 2015-02-08 15:10:25 -05:00
Colin Sherratt
bddc4741aa path -> old_path 2015-02-08 15:07:33 -05:00
Colin Sherratt
c583bb05cb Fix with alpha 2015-01-09 15:11:36 -07:00
Colin Sherratt
e501358503 update to latest rustc 2015-01-07 23:14:07 -07:00
Colin Sherratt
fa0e120ed7 fixed to work with latest rustc 2015-01-04 00:56:16 -05:00
Colin Sherratt
a4bf5675dc Adde Send+Sync to Hmd 2014-12-30 22:46:11 -05:00
Colin Sherratt
b192789533 fixed over build 2014-12-14 13:48:10 -05:00
Colin Sherratt
64f5a1463a Fix enums 2014-11-20 22:06:02 -05:00
Colin Sherratt
18128742d8 updated to latest rustc 2014-10-30 23:08:19 -04:00
Colin Sherratt
a15ebe6ae3 use #[repr(C)] 2014-10-11 21:35:26 -04:00
Colin Sherratt
94bec0718b Fixed static -> const 2014-10-11 21:29:01 -04:00
Colin Sherratt
ae41a150b5 Make ToTexture public 2014-09-26 02:30:07 -04:00
Colin Sherratt
0b6ec50b74 update for cgmath change 2014-08-16 01:57:23 -04:00
Colin Sherratt
871394ded2 Moved to pure cargo based build 2014-08-03 21:21:06 -04:00
Colin Sherratt
47e11c66a5 Merge branch 'master' of https://github.com/csherratt/ovr-rs
Conflicts:
	src/oculus-vr/lib.rs
2014-07-28 02:56:43 -04:00
Colin Sherratt
b64d67fe90 updated to latest rustc 2014-07-28 02:53:42 -04:00