nanovg/README.md
Mikko Mononen 6c0d41a124 Fixed small arc rendering, improved example, added screenshot
- fixed arc rendering for small arcs
- added color wheel to example
- added screenshot
2013-11-12 22:57:44 +01:00

581 B

/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

License

The library is licensed under zlib license

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