From 0ae3a54bcee686282fdb5f02992b9b10a823e741 Mon Sep 17 00:00:00 2001 From: Mikko Mononen Date: Mon, 9 Jun 2014 19:47:39 +0300 Subject: [PATCH] Added links to nanovg ports --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5ee5184..de76349 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,11 @@ The data for the whole frame is buffered and flushed in `nvgEndFrame()`. The fol 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) + ## License The library is licensed under [zlib license](LICENSE.txt)