diff --git a/docs/endless.md b/docs/endless.md new file mode 100644 index 000000000..76547fd98 --- /dev/null +++ b/docs/endless.md @@ -0,0 +1,30 @@ +# Endless OS + +## About Endless OS + +[Endless OS](https://endlessglobal.com/foundation/access/operating-system) is an operating system, designed to be used for education. If you are using Endless OS, you might want to try Flock XR for 3D coding and creation. + +![A screenshot of the Endless OS desktop](images/EndlessApplications.png) + +## Running Flock XR + +In order to run Flock XR, you can either set up Endless OS on a computer, or boot from a USB stick. The instructions for setting up Endless OS can be found here: [Endless OS Installer for Windows](https://support.endlessos.org/en/installation/windows-installer). The instructions for booting from a USB stick can be found here: [Endless OS direct download](https://support.endlessos.org/en/installation/direct-download). + +![Flock XR running in Chromium](images/EndlessChromium.png) + +Endless OS comes with two browsers; we recommend using Chromium to run Flock XR. + +![Flock XR running in Epiphany](images/EndlessEpiphany.png) + +The latest release version of Flock XR can be found by going to https://app.flockxr.com/ in your browser of choice. Alternatively, if you want access to the latest updates, the development version can be found at https://flockxr.com/dev. + +### Installing Flock XR as a Web App + +From both Chromium and Epiphany, on Endless OS, it is possible to install Flock XR as a web application. This app can then be used without an Internet connection, as shown in the following screenshot. + +![Flock XR running in a web app with flight mode on](images/EndlessWebApp.png) +## Testing Flock XR + +Flock XR’s basic functionality has been tested on Endless OS using both of the browsers which come pre-installed with the distribution. That is, we tested Flock on Chromium and on GNOME Web (Epiphany). We found that Flock XR functioned well on both, with better compatibility being found on Chromium, so we recommend using Chromium to run Flock XR on Endless OS. + +If you find any issues using Flock XR on Endless OS, let us know at [Flock XR](https://flockxr.com/). diff --git a/docs/images/EndlessApplications.png b/docs/images/EndlessApplications.png new file mode 100644 index 000000000..b79a1d20b Binary files /dev/null and b/docs/images/EndlessApplications.png differ diff --git a/docs/images/EndlessChromium.png b/docs/images/EndlessChromium.png new file mode 100644 index 000000000..7346e1653 Binary files /dev/null and b/docs/images/EndlessChromium.png differ diff --git a/docs/images/EndlessEpiphany.png b/docs/images/EndlessEpiphany.png new file mode 100644 index 000000000..e1e45e8bc Binary files /dev/null and b/docs/images/EndlessEpiphany.png differ diff --git a/docs/images/EndlessWebApp.png b/docs/images/EndlessWebApp.png new file mode 100644 index 000000000..a280ffbf7 Binary files /dev/null and b/docs/images/EndlessWebApp.png differ