https://github.com/zkat/cl-devil
Common Lisp bindings for DevIL
https://github.com/zkat/cl-devil
Last synced: 9 months ago
JSON representation
Common Lisp bindings for DevIL
- Host: GitHub
- URL: https://github.com/zkat/cl-devil
- Owner: zkat
- Created: 2009-06-03T05:49:32.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2015-05-24T10:48:21.000Z (over 10 years ago)
- Last Synced: 2025-02-05T06:34:47.799Z (11 months ago)
- Language: Common Lisp
- Homepage: http://repo.or.cz/w/cl-devil.git
- Size: 192 KB
- Stars: 16
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CL-DevIL is a Common Lisp library that includes bindings to the
[DevIL](http://openil.sourceforge.net/) Image library. It includes direct bindings to DevIL's C API,
as well as some utility functions that wrap these.
# Installation
CL-DevIL is [Quicklisp](http://quicklisp.org)-installable, allowing for super-quick, painless
installation of CL-DevIL and all its Lisp dependencies.
Additionally, you will need to make DevIL itself available to CFFI by placing DevIL's compiled
dynamic libraries somewhere visible to it.
# Contributors
CL-DevIL is a community Lisp project. It was originated by Julian Squires, and has since received
contributions from several others. Below is the current list of authors. More details can be found
by cloning the [git repository](http://github.com/zkat/cl-devil) and reading the change history.
* Julian Squires
* Benjamin Saunders
* Kat Marchán
* Jens Thiede
* Bart Botta <00003b at gmail.com>