|
|
12 years ago | |
|---|---|---|
| example | 12 years ago | |
| src | 12 years ago | |
| .gitignore | 12 years ago | |
| LICENSE.txt | 12 years ago | |
| README.md | 12 years ago | |
| premake4.lua | 12 years ago | |
/work in progress.../
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.
The library is licensed under zlib license
Uses stb_truetype for font rendering. Uses stb_image for image loading.