Deprecated

In favour of

SDL

Binding to libSDL

Version on this page:0.6.6.0
LTS Haskell 9.21:0.6.6.0
Latest on Hackage:0.6.7.0

See all snapshots SDL appears in

BSD-3-Clause licensed by Lemmih ([email protected])
Maintained by Francesco Ariis
This version can be pinned in stack with:SDL-0.6.6.0@sha256:c36f5aec63bc61b33da7300ba07daffc768044f7b4a3be776c9bb1b579f850b6,1952
Depends on 1 package(full list with versions):

Simple DirectMedia Layer

libSDL
is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power."

Changes

0.6.6.0
-------

- Made SDL_WaitEvent from unsafe to safe, because it blocks (thanks to
Harendra Kumar for reporting the bug).