📃 master: update documentation
This commit is contained in:
parent
c2f1b5bc61
commit
6c0218f362
1 changed files with 4 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
```
|
||||
$ love xurfer <url> # if you have LÖVE2D installed (>v12)
|
||||
$ lovr xurfer <url> # if you have LÖVR installed
|
||||
$ love xurfer <url1> [url2] [..] # if you have LÖVE2D installed (>v12)
|
||||
$ 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>
|
||||
|
|
@ -16,7 +17,7 @@ $ lovr xurfer <url> # if you have LÖVR installed
|
|||
|
||||
## 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ÖVR](https://lovr.org)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue