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 f865c22694 main: update documentation 2024-09-25 10:21:27 +02:00
.github/workflows
dist bugfix: dont request fingers before they exist 2024-09-24 18:21:46 +02:00
doc main: update documentation 2024-09-25 10:21:27 +02:00
example enabled bgloop 2024-08-05 13:33:56 +00:00
src bugfix: dont request fingers before they exist 2024-09-24 18:21:46 +02:00
test fixed voodoo bug (xrwg lines messing with src scaling: always use xrf.add() ) + activated AGPL 2024-08-01 16:25:05 +02:00
.domains
.gitignore
.gitmodules
.vimrc
LICENSE fixed voodoo bug (xrwg lines messing with src scaling: always use xrf.add() ) + activated AGPL 2024-08-01 16:25:05 +02:00
README.md
build.hxml
index.html main: update documentation 2024-09-25 10:21:27 +02:00
make fixed voodoo bug (xrwg lines messing with src scaling: always use xrf.add() ) + activated AGPL 2024-08-01 16:25:05 +02:00
shell.nix debug 2024-08-06 10:35:57 +02:00

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