cl-sdl2

MIT

Bindings for SDL2 using c2ffi.

$ area51 add cl-sdl2Copy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-sdl2:some-function ...)