update documentation
This commit is contained in:
parent
629d39efe5
commit
5dc9f066db
|
@ -1,18 +1,18 @@
|
||||||
# WebXROS apps
|
# WebXROS apps
|
||||||
|
|
||||||
<img src='https://github.com/coderofsalvation/webxros/raw/main/src/assets/webxros.svg' width="25%"/>
|
<img src='https://github.com/coderofsalvation/xrshell/raw/main/src/assets/xrshell.svg' width="25%"/>
|
||||||
|
|
||||||
This is a library of useful AFRAME components which can be used in any AFRAME app, but also are exposed as 'apps' in [webxros](https://github.com/coderofsalvation/webxros):
|
This is a library of useful AFRAME components which can be used in any AFRAME app, but also are exposed as 'apps' in [xrshell](https://github.com/coderofsalvation/xrshell):
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://coderofsalvation.github.io/webxros-apps/helloworld.js"/>
|
<script src="https://coderofsalvation.github.io/xrshell-apps/helloworld.js"/>
|
||||||
|
|
||||||
<a-entity helloworld="foo:1" class="cubes" name="box">
|
<a-entity helloworld="foo:1" class="cubes" name="box">
|
||||||
```
|
```
|
||||||
|
|
||||||
In [webxros](https://github.com/coderofsalvation/webxros) these components can be applied to entities using controllers/gestures, or via a webxros terminal:
|
In [xrshell](https://github.com/coderofsalvation/xrshell) these components can be applied to entities using controllers/gestures, or via a xrshell terminal:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ open foo.gltf
|
$ open foo.gltf
|
||||||
|
|
Loading…
Reference in New Issue