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)