📃 master: update documentation

This commit is contained in:
Leon van Kammen 2026-06-12 22:50:38 +02:00
parent c2f1b5bc61
commit 6c0218f362

View file

@ -6,8 +6,9 @@ Download/run the binaries for your platform in the releases section.<br>
Developers can run it via [LÖVR](https://lovr.org) or [LÖVE2D](https://love2d.org) Developers can run it via [LÖVR](https://lovr.org) or [LÖVE2D](https://love2d.org)
``` ```
$ love xurfer <url> # if you have LÖVE2D installed (>v12) $ love xurfer <url1> [url2] [..] # if you have LÖVE2D installed (>v12)
$ lovr xurfer <url> # if you have LÖVR installed $ lovr xurfer <url1> [url2] [..] # if you have LÖVR installed
$ lua xurfer/main.lua <url> [url2] # if you have lua installed
``` ```
**Example**: lovr xurfer <a href="https://snips.sh/f/_U5-XctEVE?r=1">https://snips.sh/f/_U5-XctEVE?r=1</a> **Example**: lovr xurfer <a href="https://snips.sh/f/_U5-XctEVE?r=1">https://snips.sh/f/_U5-XctEVE?r=1</a>
@ -16,7 +17,7 @@ $ lovr xurfer <url> # if you have LÖVR installed
## Multiplatform Multimodal XR Browser ## Multiplatform Multimodal XR Browser
The aim of this project is providing **one [XR Hypermedia browser](https://xrhf.isvery.ninja) codebase** which gracefully degrades to handheld/embedded/braille devices: The aim of this project is providing **a [XR Hypermedia browser](https://xrhf.isvery.ninja) codebase** to surf [JanusXR](https://coderofsalvation.github.io/janus-guide/#/)/[XRF](https://xrfragment.org) URL's, which gracefully degrade from OpenXR to handheld/embedded/braille devices:
* mac/win/linux/android via [LÖVE2D](https://love2d.org) * mac/win/linux/android via [LÖVE2D](https://love2d.org)
* mac/win/linux/android via [LÖVR](https://lovr.org) * mac/win/linux/android via [LÖVR](https://lovr.org)