MortimerGoro / gvr-sys

Rust bindings for Google VR SDK
Apache License 2.0
10 stars 3 forks source link

any working example? #1

Open diegodorado opened 7 years ago

diegodorado commented 7 years ago

is there a working example of these bindings? thanks

MortimerGoro commented 7 years ago

Hi Diego,

The bindings are used in the rust-webvr repo: https://github.com/MortimerGoro/rust-webvr/tree/master/src/api/googlevr

Here you can find a standalone Android demo: https://github.com/MortimerGoro/rust-webvr/tree/master/examples/room

A blogpost with information about the implementation and a working Three.js Rollercoaster demo: https://blog.mozvr.com/webvr-daydream-support-lands-in-servo/