Add link to Vulkan-glTF-PBR.

This commit is contained in:
Syoyo Fujita 2018-02-19 18:05:47 +09:00
parent 3ab8ee1f87
commit ca8cfee824

View File

@ -45,13 +45,19 @@ If you are looking for old, C++03 version, please use `devel-picojson` branch.
* [glview](examples/glview) : Simple glTF geometry viewer. * [glview](examples/glview) : Simple glTF geometry viewer.
* [validator](examples/validator) : Simple glTF validator with JSON schema. * [validator](examples/validator) : Simple glTF validator with JSON schema.
## Projects using TinyGLTF
* Physical based rendering with Vulkan using glTF 2.0 models https://github.com/SaschaWillems/Vulkan-glTF-PBR
* Your projects here!(Plese send PR)
## TODOs ## TODOs
* [ ] Write C++ code generator from json schema for robust parsing. * [ ] Write C++ code generator from jSON schema for robust parsing.
* [x] Serialization * [x] Serialization
* [ ] Compression/decompression(Open3DGC, etc) * [ ] Compression/decompression(Open3DGC, etc)
* [ ] Support `extensions` and `extras` property * [ ] Support `extensions` and `extras` property
* [ ] HDR image? * [ ] HDR image?
* [ ] OpenEXR extension through TinyEXR.
* [ ] Write tests for `animation` and `skin` * [ ] Write tests for `animation` and `skin`
## Licenses ## Licenses