binsoftware / rovr

A VR headset library for Rust programs targeting the Oculus Rift.
MIT License
9 stars 2 forks source link

Support Oculus SDK 0.6.0.0 #7

Open ryanstew opened 9 years ago

ryanstew commented 9 years ago

This was a somewhat big update, so I'd like to put some thought into how to expose the compositor (and how this might affect the usefulness of including OpenVR support in this library vs. elsewhere).

ryanstew commented 9 years ago

tomaka/glium#1072 is a prerequisite for doing this unless I abandon glium support or do something clever with blitting away from glium framebuffers with raw GL calls (which I presume has bad performance characteristics).