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 d91d8b5c16 work in progress [might break] 2023-10-30 07:49:41 +01:00
.github/workflows copy gltfs to website root 2023-06-30 13:59:43 +02:00
dist audio first attempt 2023-10-16 16:58:56 +02:00
doc work in progress [might break] 2023-10-30 07:49:41 +01:00
example work in progress [might break] 2023-10-30 07:49:41 +01:00
src uvscroll works OK now 2023-10-27 16:55:48 +02:00
test update documentation 2023-10-25 17:32:19 +02:00
.gitignore skip tag files 2023-05-09 17:53:51 +02:00
.vimrc href work in progress + aframe simplify refactor 2023-05-12 22:06:21 +02:00
LICENSE update documentation 2023-08-08 13:22:19 +02:00
README.md update documentation 2023-08-08 15:16:52 +02:00
build.hxml wip 2023-08-04 09:11:26 +02:00
index.html wip 2023-10-19 16:48:12 +02:00
make update documentation 2023-10-25 17:32:19 +02:00
shell.nix update documentation 2023-10-25 17:32:19 +02: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:

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