Go to file
Leon van Kammen a6e6f3d11e
/ mirror_to_github (push) Successful in 24s Details
/ test (push) Successful in 3s Details
testdeploy
2024-04-30 16:39:09 +02:00
.forgejo/workflows testdeploy 2024-04-30 16:39:09 +02:00
.github/workflows
app
com
LICENSE
README.md

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