You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mikko Mononen 4b9dc973f7 Fixed arcTo, small additions to API 11 years ago
example added texture atlas size to glnvgCreate() 11 years ago
src Fixed arcTo, small additions to API 11 years ago
.gitignore First commit 11 years ago
LICENSE.txt Clean up 11 years ago
README.md Fixed typo in readme 11 years ago
premake4.lua First commit 11 years ago

README.md

/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.