BSD-3-Clause licensed by Vladimir Semyonov, Siniša Biđin, Daniel Firth
This version can be pinned in stack with:sdl2-mixer-1.2.0.0@sha256:6a6b5a46c035c9e77eaf9c244e45de9e4a9b9a110890cfeeb9fa72faa2419cef,4497

Module documentation for 1.2.0.0

sdl2-mixer

Hackage GitLab

Haskell bindings to SDL2_mixer. Provides both raw and high level bindings.

The original SDL2_mixer documentation can also help, as the bindings are close to a direct mapping.

Examples

Several example executables are included with the library. You can find them in the examples directory.

stack exec -- sdl2-mixer-basic <file>
stack exec -- sdl2-mixer-raw <file>
stack exec -- sdl2-mixer-music <file>
stack exec -- sdl2-mixer-jumbled <file1> ... <fileN>
stack exec -- sdl2-mixer-effect <file>

Changes

Changelog for sdl2-mixer

v0.1.2.0

  • Compatibility with GHC-9