nanovg
2D vector drawing library on top of OpenGL
NanoVG is an antialiased vector graphics rendering library for OpenGL. It is aimed for building scalable user interfaces and visualizations.
- Versions: 0-0.b83cf92
- Website: https://github.com/memononen/nanovg
- Licenses: Zlib
- Package source: gnu/packages/gl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of nanovg as follows:
guix install nanovg
Or install a particular version:
guix install nanovg@0-0.b83cf92
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of nanovg about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/nanovg'><img src='https://packages.guix.gnu.org/packages/nanovg/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/nanovg)
Example Org:
[[https://packages.guix.gnu.org/packages/nanovg][https://packages.guix.gnu.org/packages/nanovg/badges/latest-version.svg]]