xrsh-com/README.md

14 lines
473 B
Markdown
Raw Normal View History

2023-11-11 12:54:24 +01:00
# XRshell apps & components
2023-11-01 12:53:18 +01:00
2023-11-03 11:01:57 +01:00
<img src='https://github.com/coderofsalvation/xrshell/raw/main/src/assets/logo.svg' width="25%"/>
2023-11-01 12:53:18 +01:00
2024-05-30 16:53:01 +02:00
This is a library of useful AFRAME components which can be used in any AFRAME app, which are higher-level than usual (and used in [XRSH](https://coderofsalvation.github.io/xrsh):
2023-11-01 12:53:18 +01:00
# Usage
```html
2024-05-30 16:53:01 +02:00
<script src="https://coderofsalvation.github.io/xrsh/src/com/example/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">
```