/work in progress.../ NanoVG ========== NanoVG is small antialiased vector graphics rendering library for OpenGL. It has lean API modeled after HTML5 canvas API. It is aimed to be a practical and fun toolset for building scalable user interfaces and visualizations. ## Screenshot ![screenshot of some text rendered witht the sample program](/example/screenshot-01.png?raw=true) # License The library is licensed under [zlib license](LICENSE.txt) ## Links Uses [stb_truetype](http://nothings.org) for font rendering. Uses [stb_image](http://nothings.org) for image loading.