nanovg/README.md
Mikko Mononen 4d1ef0cace Clean up
- removed unused files
- added license
- added readme stub
2013-11-12 08:39:44 +01:00

324 B

/work in progress.../

NanoVG

NanoVG is small vector graphics rendering library for OpenGL aimed for UI coding.

License

The library is licensed under zlib license

Uses stb_truetype for font rendering. Uses stb_image for image loading.