Go to file
Leon van Kammen 1832cd18fe
/ mirror_to_github (push) Successful in 20s Details
/ test (push) Successful in 4s Details
work in progress [might break]
2024-05-10 08:43:01 +00:00
.forgejo/workflows testdeploy 2024-04-30 17:01:30 +02:00
.github/workflows 1st commit 2023-11-01 12:53:18 +01:00
app work in progress [might break] 2024-05-10 08:43:01 +00:00
com work in progress [might break] 2024-04-19 16:42:46 +02: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