From ca8cfee824b5037ac321f6ad77fd0c695b3e19ce Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Mon, 19 Feb 2018 18:05:47 +0900 Subject: [PATCH] Add link to Vulkan-glTF-PBR. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbb9bac..8aec4f7 100644 --- a/README.md +++ b/README.md @@ -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. * [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 -* [ ] Write C++ code generator from json schema for robust parsing. +* [ ] Write C++ code generator from jSON schema for robust parsing. * [x] Serialization * [ ] Compression/decompression(Open3DGC, etc) * [ ] Support `extensions` and `extras` property * [ ] HDR image? + * [ ] OpenEXR extension through TinyEXR. * [ ] Write tests for `animation` and `skin` ## Licenses