mirror of
https://github.com/memononen/nanovg
synced 2026-09-26 16:19:07 +03:00
Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations.
|
|
||
|---|---|---|
| example | ||
| src | ||
| .gitignore | ||
| LICENSE.txt | ||
| premake4.lua | ||
| README.md | ||
/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
Links
Uses stb_truetype for font rendering. Uses stb_image for image loading.