All Projects → haskell-game → sdl2-image

haskell-game / sdl2-image

Licence: MIT license
Haskell bindings to SDL2_image.

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to sdl2-image

pk2
Pekka Kana 2, a platformer game
Stars: ✭ 58 (+262.5%)
Mutual labels:  sdl2, sdl2-image
tnt
A 2d Game Engine written in C++20.
Stars: ✭ 30 (+87.5%)
Mutual labels:  sdl2, sdl2-image
koboredux
Kobo Redux - Kobo Deluxe Revived
Stars: ✭ 25 (+56.25%)
Mutual labels:  sdl2, sdl2-image
neural-network-training-with-games
Neural network training with games
Stars: ✭ 25 (+56.25%)
Mutual labels:  sdl2, sdl2-image
OCamlSDL2
OCaml interface to SDL 2.0 (for Linux, Windows, MacOS, and ChromeBook)
Stars: ✭ 42 (+162.5%)
Mutual labels:  sdl2
haskell-libui
Haskell bindings to the libui C library.
Stars: ✭ 45 (+181.25%)
Mutual labels:  haskell-bindings
surface splatting
OpenGL demo of a point rendering and texture filtering technique called Surface Splatting.
Stars: ✭ 125 (+681.25%)
Mutual labels:  sdl2
SwiftNES
Cross-platform NES Emulator written in Swift
Stars: ✭ 29 (+81.25%)
Mutual labels:  sdl2
ness-engine
NessEngine is a 2D rendering engine for games
Stars: ✭ 32 (+100%)
Mutual labels:  sdl2
hackage-diff
Compare the public API of different versions of a Hackage library
Stars: ✭ 50 (+212.5%)
Mutual labels:  hackage
choria
Finally, an MMORPG that's all about grinding and doing chores.
Stars: ✭ 19 (+18.75%)
Mutual labels:  sdl2
guisan
A C++ SDL2 user interface library based on guichan. ~~~~ Nov, 2021 - This project is not abandoned, just not under active development. Pull requests will be accepted and new releases will be generated for new features / bug fixes.
Stars: ✭ 54 (+237.5%)
Mutual labels:  sdl2
combatris
A "perfect" implementation of an old classic
Stars: ✭ 20 (+25%)
Mutual labels:  sdl2
hasbolt
Haskell driver for Neo4j 3+ (BOLT protocol)
Stars: ✭ 75 (+368.75%)
Mutual labels:  hackage
sdlpp
C++ wrapper for SDL2
Stars: ✭ 37 (+131.25%)
Mutual labels:  sdl2
C-Programming-Guide
A guide for C Programming from the perspective of a Pulchowk student (IOE).
Stars: ✭ 26 (+62.5%)
Mutual labels:  sdl2
SimpleRemoteDesktop
Remote desktop client based on h264 steam. like splashtop and other
Stars: ✭ 17 (+6.25%)
Mutual labels:  sdl2
sdl12-compat
An SDL-1.2 compatibility layer that uses SDL 2.0 behind the scenes.
Stars: ✭ 99 (+518.75%)
Mutual labels:  sdl2
htoml
TOML file format parser in Haskell
Stars: ✭ 39 (+143.75%)
Mutual labels:  hackage
SDL
Swift library for SDL2
Stars: ✭ 32 (+100%)
Mutual labels:  sdl2

sdl2-image

Hackage Build Status

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].