update documentation

This commit is contained in:
Leon van Kammen 2023-11-03 11:01:42 +01:00
parent fd78a2da1f
commit 7fcef1740d
4 changed files with 6 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# WebXROS
<img src='src/assets/webxros.svg' width="25%"/>
<img src='src/assets/logo.svg' width="25%"/>
# Install
Surf to the public [webinstance](https://coderofsalvation.github.io/webxros) or download the [standalone binary](https://) in the releases section <br>
The apps live in the [apps-repo](https://github.com/coderofsalvation/webxros-apps).<br>
Surf to the public [webinstance](https://coderofsalvation.github.io/xrshell) or download the [standalone binary](https://) in the releases section <br>
The apps live in the [apps-repo](https://github.com/coderofsalvation/xrshell-apps).<br>
> <b>developers:</b> visit `src` via local webserver, or run `./make dev` (spins up a [redbean.com](https://redbean.dev) https-server)

2
make
View file

@ -1,6 +1,6 @@
#!/bin/sh
REDBEAN_VERSION=https://redbean.dev/redbean-2.2.com
APP=webxros
APP=xrshell
export PATH=$PATH:.
silent(){ "$@" 1>/dev/null 2>/dev/null; }

View file

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -1,14 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>WebXRos</title>
<title>XRshell</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
<!-- components & webxr apps -->
<script src="https://cdn.jsdelivr.net/npm/aframe-blink-controls/dist/aframe-blink-controls.min.js"></script>
<script src="https://coderofsalvation.github.io/webxros-apps/helloworld.js"></script>
<script src="https://coderofsalvation.github.io/xrshell-apps/helloworld.js"></script>
</head>
<body>
<a-scene light="defaultLightsEnabled: false" helloworld boot>