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 93754ef5f0 wip: uv scroll static 2024-02-14 15:47:34 +00:00
.github/workflows CI fix 4: change version of action 2024-01-30 12:07:59 +01:00
dist bugfix: stop audio when sceneswitch 2024-01-31 18:47:02 +00:00
doc wip: uv scroll static 2024-02-14 15:47:34 +00:00
example wip: uv scroll static 2024-02-14 15:47:34 +00:00
src wip: uv scroll static 2024-02-14 15:47:34 +00:00
test added xywh mediafragment support 2024-02-02 11:13:07 +00:00
.gitignore update: close to release 2024-01-29 20:19:04 +00:00
.vimrc updated vimrc 2023-11-16 14:58:51 +01:00
LICENSE
README.md update documentation 2023-12-07 19:53:09 +01:00
build.hxml
index.html update docs 2024-02-08 14:20:42 +01:00
make video & uvscroll now listen to media fragments 2024-02-01 19:10:41 +00:00
shell.nix work in progress [might break] 2024-01-03 14:23:34 +00:00

README.md

Actions Status

Documentation / Website

https://xrfragment.org

Getting started

Here are various ways to enhance your 3D assets/scenes with XR Fragments:

difficulty how notes
1 easiest the xrfragment.org Sandbox open 3D file (fbx/gltf) in Blender, add custom properties, and load exported files into the sandbox
2 easy hosted sandbox by forking xrfragment-helloworld Basically #1 but it will be hosted for free at your own github URL
3 developer fork xfragment-aframe-helloworld requires javascript- and aframe.io developer-knowledge
4 developer fork xfragment-three-helloworld requires javascript- and threejs developer-knowledge
5 developer++ use a parser-library below lowlevel approach, more suitable for other scenarios

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