From 43aeba25a416d50b28f200ecac6adee10c593946 Mon Sep 17 00:00:00 2001 From: Olli Wang Date: Mon, 31 Jul 2017 23:46:24 +0800 Subject: [PATCH] Adds link of the Metal port. I just implmeneted the native Metal port of NanoVG. ;) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae5cc79..c2e0863 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,8 @@ See the header file [nanovg.h](/src/nanovg.h) for API reference. ## Ports - [DX11 port](https://github.com/cmaughan/nanovg) by [Chris Maughan](https://github.com/cmaughan) -- [bgfx port](https://github.com/bkaradzic/bgfx/tree/master/examples/20-nanovg) by [Branimir Karadžić](https://github.com/bkaradzic) +- [Metal port](https://github.com/ollix/MetalNanoVG) by [Olli Wang](https://github.com/olliwang) +- [bgfx port](https://github.com/bkaradzic/bgfx/tree/master/examples/20-nanovg) by [Branimir Karadžić](https://github.com/bkaradzic) ## Projects using NanoVG