A small godot library to create XR Browsers which are XR Fragment compatible (https://xrfragment.org), which is a tiny iny specification for viewing 3D models as linkable AR/VR websites. Address and Control anything inside a 3D model.
Find a file
2024-05-20 09:53:37 +02:00
dist/webxr first commit 2024-05-20 09:42:34 +02:00
screenshot main: work in progress [might break] 2024-05-20 09:52:46 +02:00
webxr_template first commit 2024-05-20 09:42:34 +02:00
.gitattributes first commit 2024-05-20 09:42:34 +02:00
.gitignore first commit 2024-05-20 09:42:34 +02:00
AudioLoader.gd first commit 2024-05-20 09:42:34 +02:00
export_presets.cfg first commit 2024-05-20 09:42:34 +02:00
icon.svg first commit 2024-05-20 09:42:34 +02:00
icon.svg.import first commit 2024-05-20 09:42:34 +02:00
LICENSE added LICENSE 2024-05-20 09:45:06 +02:00
main.gd first commit 2024-05-20 09:42:34 +02:00
main.tscn first commit 2024-05-20 09:42:34 +02:00
openxr_action_map.tres first commit 2024-05-20 09:42:34 +02:00
project.godot first commit 2024-05-20 09:42:34 +02:00
README.md main: update documentation 2024-05-20 09:53:37 +02:00
xrfragment.gd first commit 2024-05-20 09:42:34 +02:00


Godot developers can use the [xrfragment.gd](https://codeberg.org/coderofsalvation/xrfragment-godot/src/branch/main/xrfragment.gd) library to build their own XR browser.

There's an [Example Godot Project](https://codeberg.org/coderofsalvation/xrfragment-godot) included which uses it using this simple [main.gd](https://codeberg.org/coderofsalvation/xrfragment-godot/src/branch/main/main.gd) script.

NOTE: the XR Fragment support is not as mature as the AFRAME library (see Example Model Browser in sidemenu)