2024-01-15 07:27:35 +01:00
2023-12-31 17:30:12 -08:00
2024-01-15 05:13:38 +01:00
2023-11-16 21:32:17 +01:00
2024-01-15 05:13:38 +01:00

Bevy OpenXR

An in-progress crate for adding openxr support to Bevy without forking. image

To see it in action run the example in examples with cargo run --example xr

Troubleshooting

  • Make sure, if you're on Linux, that you have the openxr package installed on your system.
  • I'm getting poor performance.
    • Like other bevy projects, make sure you're building in release (example: cargo run --example xr --release)

Recommendations

for now we recommend you to add the folowing to your root Cargo.toml

[patch.crates-io]
ndk = { git = "https://github.com/Schmarni-Dev/ndk.git", branch = "070" }
ndk-sys = { package = "ndk-sys", git = "https://github.com/Schmarni-Dev/ndk.git", branch = "070" }
ndk-context = { package = "ndk-context", git = "https://github.com/Schmarni-Dev/ndk.git", branch = "070" }
bevy_pbr = { package = "bevy_pbr", git = "https://github.com/MalekiRe/bevy", branch = "release-0.12.1" }
Description
No description provided
Readme 3.7 MiB
Languages
Rust 98.4%
Nix 1.6%