artyomd / Quest-XR

OpenXR application demo targeted to oculus quest 2 platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quest XR

This is a sample project that is using only OpenXR and Vulkan on the android platform and targets Oculus Quest 2 device. This project demonstrates how to create a native c++ only project with Gradle and Cmake and utilize OpenXR runtime. The project was taken from the official OpenXR SDK samples.

Building the project

Only the following dependencies are required:

To build the project just run the following in the project directory:

 ./gradlew assembleDebug #for debug build
 ./gradlew assembleRelease # for release build

After that, apk can be found in app/build/outputs/apk/ directory.

Preview (Screenshot from Quest2)

About

OpenXR application demo targeted to oculus quest 2 platform

License:Apache License 2.0


Languages

Language:C++ 95.6%Language:CMake 4.0%Language:GLSL 0.4%