This package is deprecated in favor of sdl2.
This package contains Haskell bindings to libSDL >= 2.0.0.
- Surface creation and drawing. [1]
- Input events. [2] ,[3] ,[4] ,[5] , [6]
- Force feedback. [7]
- Audio.[8]
- Power management. [9]
- Update the installation instructions in WIN32.
- Verify that all types and top-level functions are documented.
- Migrate examples.
- Optional: Convert additional SDL2 examples/tutorials to Haskell.
- Log handling [10]
- Assertions [11]
- http://wiki.libsdl.org/CategorySurface
- http://wiki.libsdl.org/CategoryEvents
- http://wiki.libsdl.org/CategoryKeyboard
- http://wiki.libsdl.org/CategoryMouse
- http://wiki.libsdl.org/CategoryJoystick
- http://wiki.libsdl.org/CategoryGameController
- http://wiki.libsdl.org/CategoryForceFeedback
- http://wiki.libsdl.org/CategoryAudio
- http://wiki.libsdl.org/CategoryPower
- http://wiki.libsdl.org/CategoryLog
- http://wiki.libsdl.org/CategoryAssertions