1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,4 @@
|
||||
**/target
|
||||
**/Cargo.lock
|
||||
**/runtime_libs/arm64-v8a/*
|
||||
.vscode
|
||||
\.DS_Store
|
||||
|
||||
12
README.md
12
README.md
@@ -1,12 +0,0 @@
|
||||
# Bevy OpenXR
|
||||
|
||||
An in-progress crate for adding openxr support to Bevy without forking.
|
||||

|
||||
|
||||
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`)
|
||||
Reference in New Issue
Block a user