Go to file
Leon van Kammen 5dc9f066db update documentation 2023-11-03 10:59:41 +01:00
.github/workflows 1st commit 2023-11-01 12:53:18 +01:00
manifest update documentation 2023-11-01 13:51:49 +01:00
LICENSE 1st commit 2023-11-01 12:53:18 +01:00
README.md update documentation 2023-11-03 10:59:41 +01:00
boot.js work in progress [might break] 2023-11-02 13:46:53 +01:00
helloworld.js work in progress [might break] 2023-11-03 10:57:46 +01:00

README.md

WebXROS apps

This is a library of useful AFRAME components which can be used in any AFRAME app, but also are exposed as 'apps' in xrshell:

Usage

<script src="https://coderofsalvation.github.io/xrshell-apps/helloworld.js"/>

<a-entity helloworld="foo:1" class="cubes" name="box">  

In xrshell these components can be applied to entities using controllers/gestures, or via a xrshell terminal:

$ open foo.gltf 
scene/box
scene/pyramid

$ component helloworld
> enter value for foo: 1

$ export --html > scene.html
$ export --gltf > scene.gltf