This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/nanovg/badges/latest-version.svg)](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]]