From 32d5cbd2d4af59f905d649d1fc5e447a3a8546b6 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 12 Jun 2026 11:51:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20master:=20update=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5615e53..7fc54bc 100644 --- a/README.md +++ b/README.md @@ -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.