Skip to content
This repository was archived by the owner on Sep 18, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (22 loc) · 522 Bytes

File metadata and controls

26 lines (22 loc) · 522 Bytes

Stardust XR Reference Server

This project is a usable Linux display server that reinvents human-computer interaction for all kinds of XR, from putting 2D/XR apps into various 3D shells for varying uses to SDF-based interaction.

Prerequisites

  1. Meson >= 0.55.0
  2. Ninja
  3. CMake
  4. Flatbuffers >= 1.12.0
  5. EGL+GLES 3.2
  6. GLX+Xlib
  7. fontconfig
  8. dlopen
  9. OpenXR Loader (required even if run in flatscreen mode)

Build

meson build --prefix=/usr
cd build
ninja

Install

ninja install