Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grandtheuk/oxrlauncher-rs
OpenXR Launcher programmed in rust
https://github.com/grandtheuk/oxrlauncher-rs
Last synced: about 2 months ago
JSON representation
OpenXR Launcher programmed in rust
- Host: GitHub
- URL: https://github.com/grandtheuk/oxrlauncher-rs
- Owner: GrandtheUK
- Created: 2023-12-20T17:19:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T22:28:28.000Z (7 months ago)
- Last Synced: 2024-06-26T00:38:43.685Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OXRLauncher-rs
An OpenXR Launcher built in rust for VR and XR games and other utilities
## Build
```bash
cargo build --release
```
## Usage
```bash
cargo run --release
```the keybind for opening the menu is holding grip and menu buttons on the left hand with palm facing towards the headset. This behaviour is because stereokit-rs doesnt expose the system button (which it shouldn't) and will be addressed in later version when possible.