nanovg-for-extempore
2D vector drawing library on top of OpenGL
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.
- Versions: 0.7.1-0.3c60175
- Website: https://github.com/extemporelang/nanovg
- Licenses: Zlib
- Package source: gnu/packages/gl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of nanovg-for-extempore as follows:
guix install nanovg-for-extempore
Or install a particular version:
guix install nanovg-for-extempore@0.7.1-0.3c60175
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-for-extempore about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/nanovg-for-extempore'><img src='https://packages.guix.gnu.org/packages/nanovg-for-extempore/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/nanovg-for-extempore)
Example Org:
[[https://packages.guix.gnu.org/packages/nanovg-for-extempore][https://packages.guix.gnu.org/packages/nanovg-for-extempore/badges/latest-version.svg]]