Holochip OpenXR Demo
Requirements
-
An OpenXR compatible headset (or a headset emulator)
-
An OpenXR compatible runtime installed and properly configured on a Linux OS (Windows and MacOS support coming soon). We are using the Monando runtime developed by Collabora.
-
Install demo dependencies
Demo Installation Instructions
-
Clone the "Holochip OpenXR Demo Suite" from the Holochip Git repo
-
cd into the folder into which the location of the "Holochip OpenXR Demo Suite" was downloaded
-
Initialize the submodules using the command "git submodule update --init --recursive"
-
Run the following commands:
-
mkdir build && cd build
-
set OPENXR_SDK_SRC_DIR=/OpenXRInstallPath/OpenXR-SDK-Source
-
set OPENXR_SDK_BUILD_DIR=/OpenXRInstallPath/cmake-build-debug
-
cmake ..
-
make
-
./holochip_openxr
-
Need help with the Demo?
If you run into any issues with the demo, have questions about implementation, or need help with your OpenXR projects, please contact us at info@holochip.com.