rust-webvr 0.19.0

Safe rust API that provides a way to interact with Virtual Reality headsets and integration with vendor specific SDKs like OpenVR and Oculus. The API is inspired on the easy to use WebVR API but adapted to Rust design patterns
Documentation
1
2
3
4
5
6
7
8
9
10
11

This module includes an Android Archive (`aar/GVRService.aar`). If you're modifying any of the Java/Android files under `gradle/` this file needs to be regenerated.

This can be done by:

 - Opening `gradle/` as an Android Studio project
 - Setting the build variant to `release` (View -> Tool Windows -> Build Variants)
 - Running a build (Make Project, Ctrl-F9)
 - Copying `gradle/build/outputs/aar/GVRService.aar` to `aar/GVRService.aar` and checking it in

The build can also be run standalone via `./gradleW assembleRelease`