https://github.com/malcolmstill/cl-gbm
Common Lisp wrapper to libgbm
https://github.com/malcolmstill/cl-gbm
Last synced: 4 months ago
JSON representation
Common Lisp wrapper to libgbm
- Host: GitHub
- URL: https://github.com/malcolmstill/cl-gbm
- Owner: malcolmstill
- License: bsd-3-clause
- Created: 2016-09-15T12:17:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T20:26:44.000Z (about 8 years ago)
- Last Synced: 2025-10-10T12:48:58.341Z (8 months ago)
- Language: Common Lisp
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://github.com/malcolmstill/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)
```