-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README and link to the blog post I followed
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
# OculusHelloXR | ||
# OculusHelloXR | ||
|
||
Self contained Android Studio project to help you run the OpenXR SDK hello_xr sample application on an Oculus. | ||
|
||
This repo contains all the dependencies and manual configuration steps needed when following this blog post: | ||
https://gayanediriweera.github.io/code/2021/04/06/how-to-run-helloxr-on-oculus-quest.html | ||
|
||
See the individual commits for each step that was carried out. | ||
|
||
Tested with: | ||
- Oculus Quest 2 | ||
- Intel Macbook Pro running macOS Big Sur | ||
- Android Studio Arctic Fox | ||
|
||
Here's where I originally posted for help on Stackoverflow: https://stackoverflow.com/q/69998819/112705 |