From fd08e0dea790fd06760fb07b6a56b275f5ab3514 Mon Sep 17 00:00:00 2001 From: Malek Date: Thu, 22 Feb 2024 02:38:38 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bdf0b1..44440e3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ # Bevy OpenXR -An in-progress crate for adding openxr support to Bevy without forking. +A crate for adding openxr support to Bevy ( planned to be upstreamed ). ![image](https://github.com/awtterpip/bevy_openxr/assets/50841145/aa01fde4-7915-49b9-b486-ff61ce6d57a9) To see it in action run the example in `examples` with `cargo run --example xr` +## Discord +Come hang out if you have questions or issues +https://discord.gg/M5UTBsjN + ## Troubleshooting - Make sure, if you're on Linux, that you have the `openxr` package installed on your system.