cl-shadow
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).
- Versions: 0.0.0-1.b2031ad
- Website: https://git.mfiano.net/mfiano/shadow
- Licenses: Expat
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of cl-shadow
as follows:
guix install cl-shadow
Or install a particular version:
guix install cl-shadow@0.0.0-1.b2031ad
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.