xrsh-com/README.md

27 lines
1.1 KiB
Markdown
Raw Normal View History

2023-11-11 12:54:24 +01:00
# XRshell apps & components
2023-11-01 12:53:18 +01:00
2025-01-16 11:57:31 +01:00
<img src='https://codeberg.org/xrsh/xrsh/media/branch/main/xrsh.svg' width="25%"/>
2023-11-01 12:53:18 +01:00
2025-01-16 12:00:08 +01:00
This is a library of useful AFRAME components used in [XRSH](https://xrsh.isvery.ninja)) [or in any AFRAME app].<br>
2025-01-16 11:57:31 +01:00
Characteristics:
* selfcontained
* auto-loading of dependencies (via [AFRAME.utils.require()](com/require.js) see this [example](com/example/helloworld.js))
2023-11-01 12:53:18 +01:00
# Usage
```html
2025-01-16 11:57:31 +01:00
<script src="https://codeberg.org/xrsh/xrsh-com/com/require.js"/>
<script src="https://codeberg.org/xrsh/xrsh-com/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">
```
2024-09-13 17:02:48 +02:00
## Funding
2025-01-16 11:57:31 +01:00
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).
2024-09-13 17:02:48 +02:00
[<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)