blob: 0becc8d8543f3f30428bd81c75566c69e7a65d62 [file] [log] [blame] [view] [edit]
# tinygltf-validator
TinyGLTF validator based on Modern C++ JSON schema validator https://github.com/pboettch/json-schema-validator
## Status
Experimental. W.I.P.
## Requirements
* C++11 compiler
* CMake
## How to build
```
$ mkdir build
$ cd build
$ cmake ..
$ make
```
## How to use
```
$ gltf-validator /path/to/file.gltf /path/to/gltf-schema
```
## Third party licenses
* json.hpp https://github.com/nlohmann/json : MIT
* json-schema-validator https://github.com/pboettch/json-schema-validator : MIT