xrfragment/test
Leon van Kammen e894eeba68 non-euclidian works now 2023-11-21 17:37:05 +01:00
..
aframe non-euclidian works now 2023-11-21 17:37:05 +01:00
generated added dist files 2023-11-03 21:22:05 +01:00
README.md documentation of tests 2023-11-17 11:34:48 +01:00
dist update documentation 2023-04-14 15:54:46 +02:00
test.js work in progress [might break] 2023-04-28 14:27:30 +02:00
test.lua cleaned up tests 2023-03-31 19:13:42 +02:00
test.py cleaned up tests 2023-03-31 19:13:42 +02:00

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.