sdl2-image: Haskell bindings to SDL2_image

[ foreign, graphics, image, library, mit, program ] [ Propose Tags ]

Modules

[Last Documentation]

  • SDL
    • SDL.Image
    • Raw
      • SDL.Raw.Helper
      • SDL.Raw.Image

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.1, 0.1.1.0, 0.1.3.0, 0.1.3.1, 0.1.3.2, 2.0.0, 2.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.9 && <5), bytestring (>=0.10.4.0), sdl2 (>=2.0.0), sdl2-image, template-haskell (>=2.10), text (>=1.1.0.0) [details]
License MIT
Copyright 2014 Cal Lei, 2015 Siniša Biđin, 2021 Daniel Firth
Author Cai Lei, Siniša Biđin, Daniel Firth
Maintainer Siniša Biđin <sinisa@bidin.eu>, Daniel Firth <dan.firth@homotopic.tech>
Category Graphics, Foreign, Image
Bug tracker https://gitlab.homotopic.tech/haskell/sdl2-image/issues
Source repo head: git clone https://gitlab.homotopic.tech/haskell/sdl2-image
Uploaded by locallycompact at 2021-09-15T21:38:35Z
Distributions LTSHaskell:2.1.0.0
Reverse Dependencies 9 direct, 1 indirect [details]
Executables sdl2-image-example
Downloads 7089 total (39 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2021-09-25 [all 2 reports]

Readme for sdl2-image-2.1.0.0

[back to package description]

sdl2-image

Hackage GitLab

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