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
+18-22
Original file line number
Diff line number
Diff line change
@@ -1,42 +1,40 @@
1
-
# Firefox Reality
1
+
# Wolvic VR Browser
2
2
3
-
The goal of the Firefox Reality project is to create a full-featured browser exclusively for *standalone* AR and VR headsets.
3
+
The goal of the Wolvic project is to create a full-featured browser exclusively for *standalone* AR and VR headsets.
4
4
5
-
You can find us in [#fxr:mozilla.org on the Matrix](https://chat.mozilla.org/#/room/#fxr:mozilla.org) ([Instructions for joining](https://wiki.mozilla.org/Matrix)), Twitter [@MozillaReality](https://twitter.com/mozillareality), and at [[email protected]](mailto:[email protected]).
6
-
7
-
## Download developer APKs
8
-
9
-
**[Download](https://community-tc.services.mozilla.com/tasks/index/project.firefoxreality/main)** developer APKs for Firefox Reality generated from latest [main](https://github.com/MozillaReality/FirefoxReality/commits/main).
5
+
You can find us in [wolvic.com](https://www.wolvic.com), Twitter [@wolvicxr](https://twitter.com/wolvicxr), and at [[email protected]](mailto:[email protected]).
10
6
11
7
## Locale support
12
8
13
-
Firefox Reality supports Chinese (China), Chinese (Taiwan), English, French, German, Italian, Japanese, Russian, and Spanish for user interface, voice search, and text entry. Localization is provided by Mozilla's amazing community of volunteer localizers.
9
+
Wolvic supports Chinese (China), Chinese (Taiwan), English, French, German, Italian, Japanese, Russian, and Spanish for user interface, voice search, and text entry. Localization is provided by Mozilla's amazing community of volunteer localizers.
14
10
15
11
For more info on localization, how it works in the Firefox Reality project, and how to correctly edit localizable text in the application, please see the [localization wiki page](https://github.com/MozillaReality/FirefoxReality/wiki/Localization).
-**`noapi`**: Runs on standard Android phones without a headset
61
61
62
-
Building for Oculus Mobile, and WaveVR requires access to their respective SDKs which are not included in this repo.
62
+
Building for Oculus Mobile, Huawei and WaveVR requires access to their respective SDKs which are not included in this repo.
63
63
64
64
The command line version of `gradlew` requires [JDK 8 from Oracle](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html). If you see an error that Gradle doesn't understand your Java version, check which version of you're using by running `java -showversion` or `java -version`. You're probably using JDK 9 or 10, which won't work.
65
65
66
66
*Open the project with [Android Studio](https://developer.android.com/studio/index.html)* then build and run it. Depending on what you already have installed in Android Studio, the build may fail and then may prompt you to install dependencies. Just keep doing as it suggests. To select the device to build for, go to `Tool Windows > Build Variants` and select a build variant corresponding to your device.
67
67
68
-
*If you want to build FirefoxReality for WaveVR SDK:*
68
+
*If you want to build Wolvic for WaveVR SDK:*
69
69
70
70
Download the [VIVE Wave SDK](https://developer.vive.com/resources/knowledgebase/wave-sdk/) from the [VIVE Developer Resources](https://vivedeveloper.com/), and unzip it. Then, from the top-level project directory, run:
71
71
@@ -149,7 +149,3 @@ Restart FxR and close and re-open the WebIDE page.
149
149
- You can use `adb shell setprop debug.oculus.enableVideoCapture 1` to record a video on the Oculus Go. Remember to run `adb shell setprop debug.oculus.enableVideoCapture 0` to stop recording the video.
150
150
- You can also record videos on the Oculus Go by exiting to the system library, and from the Oculus tray menu (toggle with the Oculus button on the controller): **`Sharing > Record Video`**
151
151
- You can set `disableCrashRestart=true` in the gradle `user.properties` to disable app relaunch on crash.
152
-
153
-
## Experimental Servo support
154
-
155
-
To compile with Servo support, create a file called `user.properties` in the top-level project directory and add `enableServo=1`. Then to enable Servo in Firefox Reality, go the Developer Options panel in the Settings, and toggle the Servo option. Then a new button will be added to the navigation bar. Clicking that button will reload the current page with Servo.
0 commit comments