Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guidoschmidt/example.android.ndk.oculus-quest

Android example using NDK with CMake on Oculus Quest
https://github.com/guidoschmidt/example.android.ndk.oculus-quest

android ndk oculus-quest virtual-reality vr

Last synced: 24 days ago
JSON representation

Android example using NDK with CMake on Oculus Quest

Awesome Lists containing this project

README

        

# Oculus Quest Android NDK Example

This is basically the `VrSampleBase` example taken from the [OVR Mobile
SDK](https://developer.oculus.com/downloads/package/oculus-mobile-sdk/) (version
17.0, API 1.34.0), but as a single application that can be used as a starting
point for custom applications. It uses CMake for building C++ modules.

## Getting started
- Install Android Studio, open this project with `Open Existing Project`
- Download the [Oculus OVR Mobile
SDK](https://developer.oculus.com/downloads/package/oculus-mobile-sdk/) and
set the environment variable `OVR_HOME` to the location where the SDK has been
extracted.
- Build the application in Android Studio