Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.98 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.98 KB

Nexus VR

This serves as a monorepo for a variety of projects. See the crates dir for libraries and apps for application-specific crates.

Apps

Libraries

  • did-simple - An easy to use crate for working with Decentralized Identifiers (DIDs).
  • replicate - Realtime low-latency engine-agnostic networking, with a distributed authority scheme.

First Time Setup

cargo install xbuild --git https://github.com/rust-mobile/xbuild
  • Get the Oculus SDK and place OpenXR/Libs/Android/arm64-v8a/Release/libopenxr_loader.so into the rumtime_libs/arm64-v8a/ folder.
  • Install the android command line tools.
  • Install an openxr openxr loader to be able to build the code natively. If you just want to cross compile to quest, this step is optional. See here for installation of monado for linux.

License

Unless otherwise specified, all code in this repository is triple-licensed under either:

at your option. This means you can select the license you prefer!

Any contribution intentionally submitted for inclusion in the work by you, shall be triple licensed as above, without any additional terms or conditions.