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.
- updated font stash - added end parameter to text (can draw substring) - text and text measure return advance/width |
||
|---|---|---|
| example | ||
| src | ||
| .gitignore | ||
| LICENSE.txt | ||
| premake4.lua | ||
| 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
License
The library is licensed under zlib license
Links
Uses stb_truetype for font rendering. Uses stb_image for image loading.
