lispgames / cl-sdl2

Common Lisp bindings for SDL2 using C2FFI.
MIT License
304 stars 82 forks source link

Misc fixes for SDL2 tutorial I was following #46

Closed ghost closed 8 years ago

ghost commented 8 years ago

This gets some blitting/surface functionality up and running.

Be sure to review the surface-format/surface-format-format stuff. I feel like there is a better way to do it and possibly better naming.