Files
website/docs/getting-started/starting.md
Ronald Zielaznicki eb2aacfbe9 Rewrite install step for stardust-xr (#2)
* Remove install step for stardust-xr

It is not required to run cargo install anymore

* Update command to cargo run

The previous step no longer asks the user to install stardust-xr-server. So they'll need to run it from cargo.

* Re-add Install step with disclaimer
2022-11-21 18:57:39 +00:00

1.3 KiB

sidebar_position
sidebar_position
4

Starting

First, try running cargo run in a terminal window. If a headset is plugged in and OpenXR is working no window will show up. However, the headset should show the same things as the window that opens:

A pitch black void with a single bleach white hand in the middle

Images

Flatscreen mode upon initial startup: A pitch black window representing Stardust in flatscreen mode

XR mode when OpenXR somehow fails: A black void representing Stardust in XR mode with a hand skeleton in the middle

Flatscreen mode when ~/.config/stardust/skytex.hdr is Zhengyang Gate: A pitch black window representing Stardust in flatscreen mode

Help screen

stardust-xr-server 0.10.0
Nova King <technobaboo@proton.me>
Stardust XR reference display server

USAGE:
    stardust-xr-server [OPTIONS]

OPTIONS:
    -f, --flatscreen            Force flatscreen mode and use the mouse pointer as a 3D pointer
    -h, --help                  Print help information
    -o, --overlay <PRIORITY>    Run Stardust XR as an overlay with given priority
    -V, --version               Print version information