binsoftware / rovr

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

support non-glutin window creation outside of direct mode #1

Closed ryanstew closed 9 years ago

ryanstew commented 9 years ago

Hmd doesn't expose enough metadata to allow another windowing library to find the Oculus monitor and create the window in the appropriate place. It needs to expose both the native monitor ID and window size/position information reported by the Oculus SDK to deal with window positioning across all platforms.

ryanstew commented 9 years ago

Fixed in fee0240.