mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-02 22:50:38 +08:00
Create single schema string by deferencing $ref in glTF schema JSON for embedding JSON scheme string in C++.
Setup
Use python2
$ pip2 install jsonpath-rw
$ pip2 install simplejson
Put ref_resolver.py
and generate_single_schema_doc.py
to glTF schema direcotry(i.e. $glTF/specification/2.0/schema
)
Generate
Run generate_single_schema_doc.py
TODO
- Print date and git commit id?