You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
2
2
# Wave CloudXR Sample Client
3
3
4
-
Demonstrate how to program with NVIDIA CloudXR SDK 3.0 for VIVE Focus 3 headset. You can start to develop your own CloudXR application for VIVE Focus 3 based on this sample client.
4
+
Demonstrate how to program with NVIDIA CloudXR SDK 3.1.1 for VIVE Focus 3 headset. You can start to develop your own CloudXR application for VIVE Focus 3 based on this sample client.
5
5
6
6
Below are the instructions to build from source. Alternatively you can find a pre-built APK in the [Releases](https://github.com/ViveSoftware/Wave-CloudXR-Sample/releases) section.
7
7
8
8
## Requirements
9
9
- HTC VIVE Focus 3
10
-
-[Wave Native SDK 4.1.1](https://developer.vive.com/resources/vive-wave/download/latest/) or later
@@ -18,13 +18,13 @@ Below are the instructions to build from source. Alternatively you can find a pr
18
18
- OpenJDK 1.8n
19
19
20
20
## Build Instructions
21
-
1. Download [CloudXR SDK 3.0](https://developer.nvidia.com/nvidia-cloudxr-sdk) and [Google OBOE SDK 1.5.0](https://github.com/google/oboe/releases/tag/1.5.0).
21
+
1. Download [CloudXR SDK 3.1.1](https://developer.nvidia.com/nvidia-cloudxr-sdk) and [Google OBOE SDK 1.5.0](https://github.com/google/oboe/releases/tag/1.5.0).
22
22
2. Put ***CloudXR.aar*** and ***oboe-1.5.0.aar*** in ***[ProjectRoot]/app/libs***
23
23
3. Download Wave SDK and put in ***[ProjectRoot]/repo*** (paths can be modified in ***build_sdk.gradle***)
24
24
4. You are ready to build.
25
25
26
26
## Installation & Usage
27
-
1. Install CloudXR server 3.0 on your PC.
27
+
1. Install CloudXR server 3.1.1 on your PC.
28
28
2. Build Wave CloudXR Sample Client and install the apk to your VIVE Focus 3
29
29
3. Modify the IP address in ***CloudXRLaunchOptions.txt*** and push it into ***/sdcard*** of your VIVE Focus 3.
30
30
- Please read [CloudXR Command-Line Options](https://docs.nvidia.com/cloudxr-sdk/usr_guide/cmd_line_options.html#command-line-options) for the format of ***CloudXRLaunchOptions.txt***)
0 commit comments