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

cl-shadow 0.0.0-1.b2031ad

Management system for OpenGL shader programs

This package provides a Common Lisp library for defining OpenGL shader programs. There are also functions for referencing shader programs by name, querying for basic information about them, modifying uniform variables throughout the lifecycle of an OpenGL application, and managing certain OpenGL buffer object types (UBO, SSBO currently).

Installation

Install cl-shadow 0.0.0-1.b2031ad as follows:

guix install cl-shadow@0.0.0-1.b2031ad

Or install the latest version:

guix install cl-shadow

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.