No description
Find a file
2023-08-13 10:12:45 +00:00
build-aux feat: gnome project structure and accessory files 2023-06-18 11:34:04 +02:00
data feat: get sys data path as relative from the executable (for supporting appimage) 2023-07-07 06:30:07 +02:00
dist fix: add gtksourceview5 to arch pkgbuild 2023-07-13 07:34:43 +02:00
po feat: gnome project structure and accessory files 2023-06-18 11:34:04 +02:00
scripts feat: basalt support 2023-08-03 21:19:18 +00:00
src feat: use device prober on first launch to try selecting an appropriate profile 2023-08-13 10:12:45 +00:00
test/files feat: file builder for upcoming monado autorun config 2023-07-10 07:43:56 +02:00
.gitignore feat: appimage build script 2023-07-07 06:51:42 +02:00
.gitlab-ci.yml feat: switch to debian testing for pipeline 2023-07-10 16:55:23 +02:00
Cargo.lock fix: ditch expect dialog (broken in some edge cases) 2023-07-13 18:12:32 +02:00
Cargo.toml feat: check if profile prefix is in a partition with nosuid, add warning in main view 2023-08-09 06:25:47 +00:00
LICENSE feat: license 2023-05-30 20:21:23 +02:00
meson.build chore: add dependency gtksourceview-5 2023-07-05 22:53:41 +02:00
meson_options.txt feat: gnome project structure and accessory files 2023-06-18 11:34:04 +02:00
README.md chore: info about appimage in pipeline in readme 2023-07-08 14:54:18 +02:00

Rex2

UI for building, configuring and running Monado, the open source OpenXR runtime.

Download the latest AppImage snapshot: GitLab Pipelines

Running

git clone https://gitlab.com/gabmus/rex2
cd rex2
meson setup build -Dprefix="$PWD/build/localprefix" -Dprofile=development
ninja -C build
ninja -C build install
./build/localprefix/bin/rex2

Build AppImage

git clone https://gitlab.com/gabmus/rex2
cd rex2
./dist/appimage/build_appimage.sh