Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guidoschmidt/example.android.ndk.oculus-quest
- Owner: guidoschmidt
- Created: 2020-06-12T09:15:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T10:16:50.000Z (over 4 years ago)
- Last Synced: 2024-11-13T22:14:36.555Z (3 months ago)
- Topics: android, ndk, oculus-quest, virtual-reality, vr
- Language: CMake
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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