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

cl-glop

Direct FFI bindings for OpenGL window and context management

This package provides Common Lisp bindings to create OpenGL window and context manipulation code as well as system input handling. Direct FFI bindings to system functions are used so no third party C lib is required except system libraries.

Installation

Install the latest version of cl-glop as follows:

guix install cl-glop

Or install a particular version:

guix install cl-glop@0.1.0-1.45e722a

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

Example HTML:

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

Example Markdown:

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

Example Org:

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