SDL

SDL(Simple DirectMedia Layer)

cl-sdl2

# ubuntu
$ sudo apt-get install libsdl2-2.0

# macOs
$ brew install sdl2
# mac c2ffi problem
# https://github.com/lispgames/cl-sdl2/issues/154#issuecomment-1280030566

$ sbcl
> (ql:quickload :sdl2)