cl-gbm

2018-04-30

Common Lisp wrapper for libgbm

Upstream URL

github.com/malcolmstill/cl-gbm

Author

Malcolm Still

License

BSD 3-Clause
README

cl-gbm

LibGBM is an interface to the Linux Generic Buffer Manager (GBM). It can be used in conjunction with EGL and DRM to provide buffers that can be rendered to with OpenGL. cl-gbm is a Common Lisp wrapper for libgbm.

Status

cl-gbm is being developed primarily in support of ulubis and is therefor feature incomplete. Pull requests adding more of the API are more than welcome.

Requiremnts

cl-gbm (obiously) requires libgbm. It is likely that libgbm already exists on your Linux installation if it is recent.

Installation

CL-USER> (ql:quickload :cl-gbm)

Dependencies (1)

  • cffi

Dependents (1)

  • GitHub
  • Quicklisp