📃 master: update documentation

This commit is contained in:
Leon van Kammen 2026-06-12 11:51:46 +02:00
parent a54aeb4242
commit 32d5cbd2d4

View file

@ -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>