From 508dcfa2e6b67399e3b4ad6d0b486415d1aea315 Mon Sep 17 00:00:00 2001 From: Anton Klochkov Date: Sun, 15 Sep 2019 01:25:47 +0300 Subject: [PATCH] Added project to Readme.md (QuickLook GLTF plugin) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a1ca4b..145bb74 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ In extension(`ExtensionMap`), JSON number value is parsed as int or float(number * [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. * [Diligent Engine](https://github.com/DiligentGraphics/DiligentEngine) - A modern cross-platform low-level graphics library and rendering framework * Lighthouse 2: a rendering framework for real-time ray tracing / path tracing experiments. https://github.com/jbikker/lighthouse2 +* [QuickLook GLTF](https://github.com/toshiks/glTF-quicklook) - quicklook plugin for macos. Also SceneKit wrapper for tinygltf. * Your projects here! (Please send PR) ## TODOs