mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-02 11:00:41 +08:00
16 lines
285 B
Markdown
16 lines
285 B
Markdown
# Python script which generates C++11 code from JSON schema.
|
|
|
|
## Requirements
|
|
|
|
* python3
|
|
* jsonref
|
|
|
|
## Generate
|
|
|
|
Run `gen.py` by specifing the path to glTF schema directory(from https://github.com/KhronosGroup/glTF.git)
|
|
|
|
```
|
|
$ python gen.py /path/to/glTF/specification/2.0/schema
|
|
```
|
|
|