From 654bcf733c64432ba5acc98bc4aa54ed2f773215 Mon Sep 17 00:00:00 2001 From: David Dubois Date: Tue, 22 Dec 2020 22:32:59 -0800 Subject: [PATCH] Add my project to the README My personal project uses tinygltf so i want to add it to the "Projects using TinyGLTF" section of the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcf53fd..751f977 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ In extension(`ExtensionMap`), JSON number value is parsed as int or float(number * [GlslViewer](https://github.com/patriciogonzalezvivo/glslViewer) - live GLSL coding for MacOS and Linux * [Vulkan-Samples](https://github.com/KhronosGroup/Vulkan-Samples) - The Vulkan Samples is collection of resources to help you develop optimized Vulkan applications. * [TDME2](https://github.com/andreasdr/tdme2) - TDME2 - ThreeDeeMiniEngine2 is a lightweight 3D engine including tools suited for 3D game development using C++11 +* [SanityEngine](https://github.com/DethRaid/SanityEngine) - A C++/D3D12 renderer focused on the personal and proessional development of its developer * Your projects here! (Please send PR) ## TODOs