Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ousttrue/openxr_samples
https://github.com/ousttrue/openxr_samples
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ousttrue/openxr_samples
- Owner: ousttrue
- License: mit
- Created: 2022-11-01T04:54:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T00:26:10.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T18:07:16.482Z (about 1 month 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)