xrfragment/test
Leon van Kammen 6ad8f146c7 release v0.5.2 2024-04-16 13:19:08 +00:00
..
aframe release v0.5.2 2024-04-16 13:19:08 +00:00
generated bugfix: better nav 2024-02-16 16:34:32 +00:00
helloworld custom aframe build with extra loaders + cleanup 2024-02-23 22:02:07 +00:00
README.md

README.md

Quote: "if one builds straight on top of web standards its going to be durable; tooling is fashionable and comes and goes" ~ Diego Marcos (AFRAME)

file info
test
├── aframe
│   ├── index.html testrunner AFRAME
│   ├── filter.js XRF<->THREE filter tests [run online]
│   ├── index.js
│   └── pubsub.js XRF promisable-events tests
├── generated
│   ├── test.js parser tests (HaXe generated)
│   └── test.py parser tests (HaXe generated)
├── test.js parser test manual
├── test.lua parser test manual
└── test.py parser test manual

The generated tests use the parser JSON spec in src/spec as input.
In case of writing your own parser (without HaXe) you can use those JSON spec-files to ensure compatibility.