This serves as a repo for the main socialvr game we are building. See the crates
dir for libraries and apps
for the main binaries.
- Install rustup
- Install bevy's dependencies
- Install git lfs and run
git lfs install
andgit lfs pull
- Install
xbuild
. It is very important to pass --git:
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 therumtime_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.
Unless otherwise specified, all code in this repository is dual-licensed under either:
- MIT-0 License (LICENSE-MIT-0)
- Apache License, Version 2.0 (LICENSE-APACHE)
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.