@hackage sdl2-image2.1.0.0
Haskell bindings to SDL2_image
Categories
License
MIT
Maintainer
Siniša Biđin <sinisa@bidin.eu>, Daniel Firth <dan.firth@homotopic.tech>
Links
Versions
Installation
Dependencies (5)
- base >=4.9 && <5
- bytestring >=0.10.4.0
- template-haskell >=2.10
- text >=1.1.0.0
- sdl2 >=2.0.0 Show all…
Dependents (13)
@hackage/aztecs-sdl-image, @hackage/animate-example, @hackage/pine, @hackage/sdl2-sprite, @hackage/animate-sdl2, @hackage/acme-everything, Show all…
sdl2-image
Haskell bindings to SDL2_image. Provides both raw and high level bindings.
The original SDL2_image documentation can also help, as the bindings are close to a direct mapping.
Example
A small example executable is included with the library. It loads and displays
a given image. You can find it in the example
directory.
stack exec -- sdl2-image-example