https://github.com/malcolmstill/cl-drm
Common Lisp wrapper to libdrm
https://github.com/malcolmstill/cl-drm
Last synced: about 1 year ago
JSON representation
Common Lisp wrapper to libdrm
- Host: GitHub
- URL: https://github.com/malcolmstill/cl-drm
- Owner: malcolmstill
- License: bsd-3-clause
- Created: 2016-09-15T12:15:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-18T09:58:36.000Z (over 9 years ago)
- Last Synced: 2025-03-14T18:40:58.151Z (over 1 year ago)
- Language: Common Lisp
- Homepage:
- Size: 4.88 KB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cl-drm
LibDRM is an interface to the Linux Direct Rendering Manager (DRM). LibDRM provides a user-space API for mode setting. `cl-drm` is a Common Lisp wrapper for librdrm.
## Status
`cl-drm` 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-drm` (obiously) requires libdrm. It is likely that libdrm already exists on your Linux installation if it is recent.
## Installation
```
CL-USER> (ql:quickload :cl-drm)
```