mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-10-18 01:51:28 +08:00
17 lines
357 B
Markdown
17 lines
357 B
Markdown
# 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
|
|
|
|
## Third party licenses
|
|
|
|
* json.hpp https://github.com/nlohmann/json : MIT
|
|
* json-schema-validator https://github.com/pboettch/json-schema-validator : MIT
|