cl-sdl2
Bindings for SDL2 using c2ffi.
$ area51 add cl-sdl2CopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-sdl2:some-function ...)Bindings for SDL2 using c2ffi.
$ area51 add cl-sdl2Copy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-sdl2:some-function ...)