WebVR API implementation for servo.
Rust Java Shell
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
examples/room
rust-webvr-api Remove serde from default features Sep 22, 2017
rust-webvr
.gitignore
Cargo.toml
LICENSE Update version and readme Apr 4, 2017
README.md
generate_aar.sh

README.md

rust-webvr

Safe rust API that provides a way to interact with Virtual Reality headsets and integration with vendor specific SDKs like OpenVR, Oculus and GoogleVR (Daydream). The API is inspired on the easy to use WebVR API but adapted to Rust design patterns.

It's used in the WebVR Core implementation for Servo browser. This module can be tested outside of Servo and even be used on any vanilla Rust app.

Room Scale example:

Just run this command in examples/room folder

cargo run --example room

Run room scale demo on android:

./run_android.sh