updated doc
This commit is contained in:
parent
5d67539727
commit
ef0186c6ff
13
README.md
13
README.md
|
@ -1,20 +1,25 @@
|
||||||
# XRshell apps & components
|
# XRshell apps & components
|
||||||
|
|
||||||
<img src='https://github.com/coderofsalvation/xrshell/raw/main/src/assets/logo.svg' width="25%"/>
|
<img src='https://codeberg.org/xrsh/xrsh/media/branch/main/xrsh.svg' width="25%"/>
|
||||||
|
|
||||||
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://xrsh.isvery.ninja).
|
This is a library of useful AFRAME components which can be used in any AFRAME app, used in [XRSH](https://xrsh.isvery.ninja)).<br>
|
||||||
|
Characteristics:
|
||||||
|
|
||||||
|
* selfcontained
|
||||||
|
* auto-loading of dependencies (via [AFRAME.utils.require()](com/require.js) see this [example](com/example/helloworld.js))
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://coderofsalvation.github.io/xrsh/src/com/example/helloworld.js"/>
|
<script src="https://codeberg.org/xrsh/xrsh-com/com/require.js"/>
|
||||||
|
<script src="https://codeberg.org/xrsh/xrsh-com/com/example/helloworld.js"/>
|
||||||
|
|
||||||
<a-entity helloworld="foo:1" class="cubes" name="box">
|
<a-entity helloworld="foo:1" class="cubes" name="box">
|
||||||
```
|
```
|
||||||
|
|
||||||
## Funding
|
## Funding
|
||||||
|
|
||||||
This project is funded through [NGI0 Entrust](https://nlnet.nl/entrust), a fund established by [NLnet](https://nlnet.nl) with financial support from the European Commission's [Next Generation Internet](https://ngi.eu) program. Learn more at the [NLnet project page](https://nlnet.nl/project/xrsh).
|
This project is partially funded through [NGI0 Entrust](https://nlnet.nl/entrust), a fund established by [NLnet](https://nlnet.nl) with financial support from the European Commission's [Next Generation Internet](https://ngi.eu) program. Learn more at the [NLnet project page](https://nlnet.nl/project/xrsh).
|
||||||
|
|
||||||
[<img src="https://nlnet.nl/logo/banner.png" alt="NLnet foundation logo" width="20%" />](https://nlnet.nl)
|
[<img src="https://nlnet.nl/logo/banner.png" alt="NLnet foundation logo" width="20%" />](https://nlnet.nl)
|
||||||
[<img src="https://nlnet.nl/image/logos/NGI0_tag.svg" alt="NGI Zero Logo" width="20%" />](https://nlnet.nl/entrust)
|
[<img src="https://nlnet.nl/image/logos/NGI0_tag.svg" alt="NGI Zero Logo" width="20%" />](https://nlnet.nl/entrust)
|
||||||
|
|
Loading…
Reference in New Issue