From b3feefafdfddc670bcaebf2662a6c8f2c779dec9 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Sat, 3 Sep 2016 21:43:00 +0900 Subject: [PATCH] Add link to MetalExamples. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90a3ae9..fab4db2 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ TinyObjLoader is successfully used in ... ### New version(v1.0.x) * Loading models in Vulkan Tutorial https://vulkan-tutorial.com/Loading_models +* .obj viewer with Metal https://github.com/middlefeng/MetalExamples/tree/master/objc/ModelViewer * Your project here! ### Old version(v0.9.x)