/zen

The reference compositor implementation of zigen protocol

Primary LanguageCMIT LicenseMIT

zen

The reference compositor implementation of zigen protocol

Build & Install

$ git clone https://github.com/zigen-project/zen.git
$ cd zen
$ meson build
$ ninja -C build install

For development, you can run without HMD

$ meson dev_build -Dzen_backend=glfw
$ ninja -C dev_build install

How to install cglm

How to install zigen

Run

Launch SteamVR first, then

$ mkdir /tmp/.xdg
$ XDG_RUNTIME_DIR=/tmp/.xdg zen

Contributing