Go to file
Leon van Kammen ac85f4b713 work in progress [might break] 2024-04-19 10:40:30 +02:00
.github/workflows 1st commit 2023-11-01 12:53:18 +01:00
app work in progress [might break] 2024-04-19 10:40:30 +02:00
com added controller things 2024-03-07 17:34:49 +01:00
LICENSE 1st commit 2023-11-01 12:53:18 +01:00
README.md Update README.md 2023-11-11 12:54:24 +01:00

README.md

XRshell apps & components

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