https://github.com/ousttrue/openxr_samples
https://github.com/ousttrue/openxr_samples
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ousttrue/openxr_samples
- Owner: ousttrue
- License: mit
- Created: 2022-11-01T04:54:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T00:26:10.000Z (over 3 years ago)
- Last Synced: 2025-09-21T00:53:03.409Z (9 months ago)
- Language: C
- Size: 1.17 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openxr_samples
## build
- APK 各フォルダを root する gradle でビルドする
- PC 版を meson でビルドする
## native_activity
copy from https://github.com/android/ndk-samples/tree/main/native-activity
* [AndroidStudio]update gradle to 7.4(AGP-7.3.1)
* [AndroidStudio]namespace
* update CMakeLists.txt
## gles3jni
copy from https://github.com/android/ndk-samples/tree/main/gles3jni
* [AndroidStudio]update gradle to 7.4(AGP-7.3.1)
## hello_xr
copy from https://github.com/KhronosGroup/OpenXR-SDK-Source/tree/main/src/tests/hello_xr
* [AndroidStudio]update gradle to 7.4(AGP-7.3.1)
* libopenxr_loader.so from OpenXRMobileSDK
* intent for Quest
## XrHandsFB
copy from OpenXRMobileSDK/XrSamples/XrHandsFB
* [AndroidStudio]update gradle to 7.4(AGP-7.3.1)
* simple build.gradle
* simple CMake
## gl2tri3dOXR
copy from https://github.com/terryky/android_openxr_gles/tree/main/gl2tri3dOXR
* [AndroidStudio]update gradle to 7.4(AGP-7.3.1)