Browse Source

Adds link of the Metal port.

I just implmeneted the native Metal port of NanoVG. ;)
shared-context
Olli Wang 7 years ago
parent
commit
43aeba25a4
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      README.md

+ 2
- 1
README.md View File

@@ -101,7 +101,8 @@ See the header file [nanovg.h](/src/nanovg.h) for API reference.
## Ports ## Ports


- [DX11 port](https://github.com/cmaughan/nanovg) by [Chris Maughan](https://github.com/cmaughan) - [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 ## Projects using NanoVG




Loading…
Cancel
Save