Search Criteria
Package Details: opencomposite-git r1185.d6b63a6-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/opencomposite-git.git (read-only, click to copy) |
---|---|
Package Base: | opencomposite-git |
Description: | Reimplementation of OpenVR, translating calls to OpenXR. |
Upstream URL: | https://gitlab.com/znixian/OpenOVR |
Keywords: | opencomposite opencomposite-git openovr openxr |
Licenses: | GPL-3.0-or-later |
Conflicts: | opencomposite |
Provides: | opencomposite |
Submitter: | rocketstrong |
Maintainer: | peelz |
Last Packager: | peelz |
Votes: | 5 |
Popularity: | 0.88 |
First Submitted: | 2023-06-19 05:42 (UTC) |
Last Updated: | 2024-12-17 20:13 (UTC) |
Dependencies (7)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libglvnd (libglvnd-gitAUR) (make)
- make (make-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Latest Comments
Dewedin commented on 2025-01-14 08:21 (UTC) (edited on 2025-01-14 08:22 (UTC) by Dewedin)
This package now appears to install to /opt/opencomposite so either in Steam game launch settings include
VR_OVERRIDE=/opt/opencomposite
path instead, or follow Setting Up OpenComposite tutorial to avoid the need for that launch option. If following the tutorial ensure to amend the runtime path inopenvrpaths.vrpath.opencomp
to/opt/opencomposite
If using Monado, you may also need to ensure Monado is built with the cmake option
-DXRT_HAVE_SYSTEM_CJSON:BOOL='OFF'
as otherwise I experienced an error relating tolibcjson.so.1
when trying to launch a game from Steam using OpenComposite.rocketstrong commented on 2023-06-19 05:50 (UTC) (edited on 2023-06-19 06:49 (UTC) by rocketstrong)
for use with Monado here are the steam game Launch settings
VR_OVERRIDE=/run/host/usr/share/opencomposite XR_RUNTIME_JSON=/run/host/usr/share/openxr/1/openxr_monado.json PRESSURE_VESSEL_FILESYSTEMS_RW=$XDG_RUNTIME_DIR/monado_comp_ipc %command%