mirror of
https://github.com/memononen/nanovg
synced 2026-09-26 16:19:07 +03:00
Fixed small arc rendering, improved example, added screenshot
- fixed arc rendering for small arcs - added color wheel to example - added screenshot
This commit is contained in:
parent
3507692c1d
commit
6c0d41a124
5 changed files with 148 additions and 5 deletions
|
|
@ -6,6 +6,9 @@ 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](LICENSE.txt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue