22 lines
1.2 KiB
Markdown
22 lines
1.2 KiB
Markdown
---
|
|
sidebar_position: 1
|
|
---
|
|
# What is Stardust XR?
|
|
<div style={{textAlign: 'center'}}>
|
|
<iframe
|
|
width="560"
|
|
height="315"
|
|
src="https://www.youtube.com/embed/v2WblwbaLaA"
|
|
frameBorder={0}
|
|
allow="autoplay; encrypted-media"
|
|
allowFullScreen
|
|
style={{maxWidth: '100%', aspectRatio: '16/9'}}
|
|
></iframe>
|
|
</div>
|
|
|
|
Stardust XR is a [display server](https://itsfoss.com/display-server/) for VR and AR headsets on Linux-based systems. Stardust provides a 3D environment, where anything from 2D windows (including your existing apps!), to 3D apps built from objects, can exist together in physical space.
|
|
|
|
If you'd like to try Stardust XR on your existing device (including without a headset!) head to the [Full Installation](manual) guide. If you'd like to use a VR headset, check out [Set up OpenXR Runtime](setup-openxr). If you already have your headset set up, head to the [Full Stardust Installation](manual) page. If you've a beginner, and have a Meta Quest device, we've created a [full walkthrough to get you started playing with Stardust](quest-3-setup)!
|
|
|
|
Stardust XR is actively looking for help with development to expand the project. You can also [become a sponsor](https://github.com/sponsors/technobaboo).
|