a tiny specification for (viewing) 3D models (metadata) as linkable AR/VR websites. Address and Control anything inside a 3D model with W3C Media Fragments and URI Templates. Simply SURF a 3D file-verse and design for a Spatial Open Internet with the highest degree of interoperability. https://xrfragment.org
Go to file
Leon van Kammen 2d521d8340 docs: emphasized accessibility 2024-06-17 13:53:17 +00:00
.github/workflows
dist better & tab-able buttons/notifications #accessibility 2024-06-17 12:42:42 +00:00
doc main: update documentation 2024-06-17 05:59:51 +00:00
example better & tab-able buttons/notifications #accessibility 2024-06-17 12:42:42 +00:00
src better & tab-able buttons/notifications #accessibility 2024-06-17 12:42:42 +00:00
test
.gitignore
.gitmodules
.vimrc
LICENSE
README.md main: update documentation 2024-05-20 10:21:46 +02:00
build.hxml main: minor bugfix 2024-05-20 11:50:28 +02:00
index.html docs: emphasized accessibility 2024-06-17 13:53:17 +00:00
make bugfix: enter-vr (black screen) + fixed objects-leak when resetting scene 2024-06-04 17:00:48 +00:00
shell.nix

README.md

Actions Status

A tiny specification for viewing 3D models as linkable AR/VR websites.
Address and Control anything inside a 3D model with W3C Media Fragments and URI Templates.


Simply SURF a 3D file-verse and design for a Spatial Open Internet with the highest degree of interoperability ❤

Documentation / Website

https://xrfragment.org

Getting started

https://xrfragmenorg

available parser-implementations

See documentation for more info

development

Pre-build libraries can be found in /dist folder
If you really want to build from source:

$ nix-shell           # nix-users: drops you into a dev-ready shell 
$ ./make install      # debian-users: install deps via apt-get
$ ./make build && ./make tests

NOTE #1: to rebundle the THREE/AFRAME javascripts during dev run ./make build js NOTE #2: to regenerate the parser in various languages (via haxe), run ./make build parser

Godot (>=v4.3.1)

$ ./make install godot       # this installs the godot-xr-tools addon

NOTE: the godot project is in src/xrfragment/godot (open the folder in godot)

Credits