Pure golang implementation of NanoVG <https://github.com/memononen/nanovg>
_. NanoVG is a vector graphics engine inspired by HTML5 Canvas API.
DEMO <https://shibukawa.github.io/nanovgo/>
_
See GoDoc <https://godoc.org/github.com/shibukawa/nanovgo>
_
Root folder .go
files
Ported from NanoVG.
fontstashmini/fontstash_mini.go
Ported from fontstash <https://github.com/memononen/fontstash>
_. It includes only needed functions.
fontstashmini/truetype
Copy from https://github.com/TheOnly92/fontstash.go
(Public Domain)
zlib license
Mikko Mononen <https://github.com/memononen>
_Yoshiki Shibukawa <https://github.com/shibukawa>
_