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 7f8ffca589 minor bugfixes due to new release 2024-04-17 15:20:21 +00:00
.github/workflows
dist new build 2024-04-16 16:44:55 +00:00
doc
example
src minor bugfixes due to new release 2024-04-17 15:20:21 +00:00
test release v0.5.2 2024-04-16 13:19:08 +00:00
.gitignore
.vimrc
LICENSE
README.md update documentation 2024-04-16 15:27:11 +00:00
build.hxml
index.html update documentation 2024-04-16 15:19:56 +00:00
make
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

Credits