|
1 |
| -<h1 align="center">Exokit Studio</h1> |
| 1 | +<h1 align="center">Exoland</h1> |
2 | 2 | <p align="center"><b>An interface for the <a href="https://github.com/exokitxr/exokit">Exokit Engine</a>.</b></p>
|
3 | 3 |
|
4 | 4 | <p align="center">
|
5 |
| - <a href="https://github.com/exokitxr/studio/releases"><img src="https://img.shields.io/github/downloads/exokitxr/studio/total.svg"></a> |
6 |
| - <a href="https://www.npmjs.com/package/exokit-studio"><img src="https://img.shields.io/npm/v/exokit-studio.svg"></a> |
7 |
| - <a href="https://github.com/exokitxr/studio/issues"><img src="https://img.shields.io/github/issues/exokitxr/studio.svg"></a> |
8 |
| - <a href="https://github.com/exokitxr/studio"><img src="https://img.shields.io/github/forks/exokitxr/studio.svg"></a> |
9 |
| - <a href="https://github.com/exokitxr/studio"><img src="https://img.shields.io/github/stars/exokitxr/studio.svg"></a> |
| 5 | + <a href="https://github.com/exokitxr/exoland/releases"><img src="https://img.shields.io/github/downloads/exokitxr/exoland/total.svg"></a> |
| 6 | + <a href="https://www.npmjs.com/package/exokit-exoland"><img src="https://img.shields.io/npm/v/exokit-exoland.svg"></a> |
| 7 | + <a href="https://github.com/exokitxr/exoland/issues"><img src="https://img.shields.io/github/issues/exokitxr/exoland.svg"></a> |
| 8 | + <a href="https://github.com/exokitxr/exoland"><img src="https://img.shields.io/github/forks/exokitxr/exoland.svg"></a> |
| 9 | + <a href="https://github.com/exokitxr/exoland"><img src="https://img.shields.io/github/stars/exokitxr/exoland.svg"></a> |
10 | 10 | <a href="https://twitter.com/exokitxr"><img src="https://img.shields.io/twitter/follow/exokitxr.svg?style=social"></a>
|
11 | 11 | </p>
|
12 | 12 |
|
|
37 | 37 |
|
38 | 38 | ## Overview
|
39 | 39 |
|
40 |
| -Exokit Studio **enables developers to build XR experiences with ease** by having a seamless interface to the Exokit Engine. Studio prefers using GUIs instead of command lines with difficult to remember arguments to use the functionality you want. |
| 40 | +Exoland **enables developers to build XR experiences with ease** by having a seamless interface to the Exokit Engine. Exoland prefers using GUIs instead of command lines with difficult to remember arguments to use the functionality you want. |
41 | 41 |
|
42 |
| -Studio uses the [Exokit Engine](https://github.com/exokitxr/exokit), which is written on top of Node and emulates a web browser, providing native hooks for WebGL, WebGL2, WebVR, WebXR, WebAudio, and other APIs used in immersive experiences. |
| 42 | +Exoland uses the [Exokit Engine](https://github.com/exokitxr/exokit), which is written on top of Node and emulates a web browser, providing native hooks for WebGL, WebGL2, WebVR, WebXR, WebAudio, and other APIs used in immersive experiences. |
43 | 43 |
|
44 | 44 | :eyeglasses: **Exokit Engine currently targets the following platforms**:
|
45 | 45 | * OpenVR Desktop VR (Steam compatible)
|
@@ -73,13 +73,13 @@ Studio uses the [Exokit Engine](https://github.com/exokitxr/exokit), which is wr
|
73 | 73 | ## Quickstart
|
74 | 74 |
|
75 | 75 | ### Desktop
|
76 |
| -<h4><a href="https://get.exokit.org">Download and install Studio for current OS</a></h4> |
| 76 | +<h4><a href="https://get.exokit.org">Download and install Exoland for current OS</a></h4> |
77 | 77 |
|
78 | 78 | ### Local Development
|
79 | 79 |
|
80 | 80 | ```sh
|
81 |
| -git clone https://github.com/exokitxr/studio.git |
82 |
| -cd studio |
| 81 | +git clone https://github.com/exokitxr/exoland.git |
| 82 | +cd exoland |
83 | 83 | npm install
|
84 | 84 | npm build
|
85 | 85 | ```
|
|
0 commit comments