📃 master: update documentation
This commit is contained in:
parent
a54aeb4242
commit
32d5cbd2d4
1 changed files with 9 additions and 0 deletions
|
|
@ -22,6 +22,15 @@ The aim of this project is providing **one [XR Hypermedia browser](https://xrhf.
|
|||
* Game emulators via [lutro](https://lutro.libretro.com/)
|
||||
* Embedded devices via [nelua](https://nelua.io) or straightup [lua](https://lua.org)
|
||||
|
||||
## XR URI support
|
||||
|
||||
| type | support | extension | platforms |
|
||||
|-------|----------------|------------|-----------|
|
||||
| glTF | `.glb` `.gltf` (geometry) | [3DFile](xurfer/ext/3DFile/main.lua) | lovr |
|
||||
| obj | `.obj` | [3DFile](xurfer/ext/3DFile/main.lua) | lovr |
|
||||
| obj | `.obj` | [3DFile](xurfer/ext/3DFile/main.lua) | lovr |
|
||||
| * | [Janus](https://coderofsalvation.github.io/janus-guide/) Markup Language (JML) | [janusxr](xurfer/ext/janusxr/main.lua) | all |
|
||||
|
||||
## very hackable extensions
|
||||
|
||||
* XURFER does everything via browser extensions.<br>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue