From 28dc90236873bdb044d8029446e61c7e0b70ceb9 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Thu, 9 Aug 2018 01:58:40 +0900 Subject: [PATCH] Add link to px_render. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa896b2..450f5b4 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ If you are looking for old, C++03 version, please use `devel-picojson` branch. ## Projects using TinyGLTF +* px_render Single header C++ Libraries for Thread Scheduling, Rendering, and so on... https://github.com/pplux/px * Physical based rendering with Vulkan using glTF 2.0 models https://github.com/SaschaWillems/Vulkan-glTF-PBR * GLTF loader plugin for OGRE 2.1. Support for PBR materials via HLMS/PBS https://github.com/Ybalrid/Ogre_glTF * [TinyGltfImporter](http://doc.magnum.graphics/magnum/classMagnum_1_1Trade_1_1TinyGltfImporter.html) plugin for [Magnum](https://github.com/mosra/magnum), a lightweight and modular C++11/C++14 graphics middleware for games and data visualization.