@hackage sdl2-mixer1.2.0.0
Haskell bindings to SDL2_mixer
Categories
License
BSD-3-Clause
Maintainer
Siniša Biđin <sinisa@bidin.eu>, Daniel Firth <dan.firth@homotopic.tech>
Links
Versions
Installation
Dependencies (8)
- base >=4.9 && <5
- bytestring >=0.10.4.0
- data-default-class >=0.0.1
- lifted-base >=0.2
- monad-control >=1.0
- sdl2 >=2.0.0 Show all…
Dependents (7)
@hackage/spade, @hackage/intricacy, @hackage/nyx-game, @hackage/grid-proto, @hackage/twirl, @hackage/piyo, Show all…
sdl2-mixer
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>