MIT licensed by Siniša Biđin, Daniel Firth
This version can be pinned in stack with:sdl2-gfx-0.3.0.0@sha256:b849bffb204f461d0fac63eaadc91214e0dff48a6400f24f66a7c6b9611599f1,2172

sdl2-gfx

Hackage GitLab

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

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

Example

A small example executable is included with the library. It uses many parts of the library to draw a chaotic jumbled mess on your screen. You can find it in the example directory.

stack exec -- sdl2-gfx-example

Changes

Changelog for sdl2-mixer

v0.3.0.0

  • Compatibility with GHC-9