nanovg/README.md

19 lines
581 B
Markdown
Raw Normal View History

/work in progress.../
2013-11-12 08:34:27 +01:00
NanoVG
==========
2013-11-12 08:34:27 +01:00
2013-11-12 08:43:45 +01:00
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.
2013-11-12 08:34:27 +01:00
## Screenshot
2013-11-12 22:58:53 +01:00
![screenshot of some text rendered witht the sample program](/example/screenshot-01.png?raw=true)
2013-11-12 08:34:27 +01:00
# License
The library is licensed under [zlib license](LICENSE.txt)
## Links
Uses [stb_truetype](http://nothings.org) for font rendering.
Uses [stb_image](http://nothings.org) for image loading.