xrsh-com/README.md

28 lines
769 B
Markdown
Raw Normal View History

2023-11-01 12:53:18 +01:00
# WebXROS apps
<img src='https://github.com/coderofsalvation/webxros/raw/main/src/assets/webxros.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):
# Usage
```html
2023-11-01 13:05:38 +01:00
<script src="https://coderofsalvation.github.io/webxros-apps/helloworld.js"/>
2023-11-01 12:56:54 +01:00
2023-11-01 12:53:18 +01:00
<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:
```bash
$ open foo.gltf
scene/box
scene/pyramid
$ component helloworld
> enter value for foo: 1
$ export --html > scene.html
$ export --gltf > scene.gltf
```