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 ed5ecc5be6 huge refactor because of xrmacro vs xrfragment separation 2023-09-14 10:20:10 +02:00
.github/workflows
dist huge refactor because of xrmacro vs xrfragment separation 2023-09-14 10:20:10 +02:00
doc huge refactor because of xrmacro vs xrfragment separation 2023-09-14 10:20:10 +02:00
example huge refactor because of xrmacro vs xrfragment separation 2023-09-14 10:20:10 +02:00
src huge refactor because of xrmacro vs xrfragment separation 2023-09-14 10:20:10 +02:00
test huge refactor because of xrmacro vs xrfragment separation 2023-09-14 10:20:10 +02:00
.gitignore
.vimrc
LICENSE
README.md
build.hxml
index.html wip 2023-08-31 12:40:41 +02:00
make huge refactor because of xrmacro vs xrfragment separation 2023-09-14 10:20:10 +02:00
shell.nix

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:

$ ./make install
$ ./make build && ./make runtest