Skip to content

Instantly share code, notes, and snippets.

@joekarma
Created January 21, 2013 05:37
Show Gist options
  • Select an option

  • Save joekarma/4583848 to your computer and use it in GitHub Desktop.

Select an option

Save joekarma/4583848 to your computer and use it in GitHub Desktop.
Trying to run lispbuilder-sdl from a separate thread...
(bt:make-thread (lambda ()
(sdl:with-init ()
(sdl:window 1024 768)
(sdl:with-events ()
(:quit-event () t)
(:idle ()
(sdl:clear-display sdl:*black*)
(sdl:update-display))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment