Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 960 Bytes

README.rst

File metadata and controls

51 lines (32 loc) · 960 Bytes

NanoVGo

Pure golang implementation of NanoVG. NanoVG is a vector graphics engine inspired by HTML5 Canvas API.

DEMO

API Reference

See GoDoc

Porting Memo

  • Root folder .go files

    Ported from NanoVG.

  • fontstashmini/fontstash_mini.go

    Ported from fontstash. It includes only needed functions.

  • fontstashmini/truetype

    Copy from https://github.com/TheOnly92/fontstash.go (Public Domain)

License

zlib license

Original (NanoVG) Author

Author

Contribution

  • Moriyoshi Koizumi
  • @hnakamur2
  • @mattn_jp
  • @hagat
  • @h_doxas
  • FSX