sdl2-image alternatives and similar packages
Based on the "sdl2" category.
Alternatively, view sdl2-image alternatives based on common mentions on social networks and blogs.
-
sdl2-cairo
Haskell library providing functions to use Cairo to draw on SDL textures and containing a Processing-style convenience drawing API.
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of sdl2-image or a related project?
README
sdl2-image
Haskell bindings to SDL2_image
Both the raw and the higher level bindings should allow you to use any aspect of the original SDL2_image library. Please report an issue if you encounter a bug or feel that something is missing.
Install
cabal install sdl2-image
Documentation
For documentation, visit Hackage.
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.
cd sdl2-image
cabal run path/to/some/image.type