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

clutter

OpenGL-based interactive canvas library

Clutter is an OpenGL-based interactive canvas library, designed for creating fast, mainly 2D single window applications such as media box UIs, presentations, kiosk style applications and so on.

Installation

Install the latest version of clutter as follows:

guix install clutter

Or install a particular version:

guix install clutter@1.26.4

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 clutter about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/clutter'><img src='https://packages.guix.gnu.org/packages/clutter/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/clutter/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/clutter)

Example Org:

[[https://packages.guix.gnu.org/packages/clutter][https://packages.guix.gnu.org/packages/clutter/badges/latest-version.svg]]