SFML-haskell/SFML

Low level Haskell bindings for SFML 2.x

Haskell

46

27 commits

updated Oct 19, 2025

See the code

README

SFML

Low level Haskell bindings for SFML 2.x

What's been wrapped:

  • Window module
  • System module
  • Graphics module
  • Audio module

What's been left out:

  • Threading and networking, since Haskell has better alternatives

What's been tested:

  • Window module, partially
  • System module, all but vectors
  • Graphics module, partially
  • Audio module, partially

Where it's been tested:

  • Arch Linux 32-bit
  • Ubuntu Linux 32-bit
  • Windows 7 32-bit

Installation (brief)

  • Download latest CSFML 2.x
  • Make sure your compiler can find CSFML's headers and libraries, then run:
$ git clone https://github.com/SFML-haskell/SFML.git
$ cd SFML
$ cabal install

For detailed installation instructions, please head to the wiki.

Contributors

sulami

7 commits

mignon-p

6 commits

Shamar

4 commits

adinapoli

3 commits

SFML-haskell/SFML

Low level Haskell bindings for SFML 2.x

Haskell

46

27 commits

updated Oct 19, 2025

See the code

README

SFML

Low level Haskell bindings for SFML 2.x

What's been wrapped:

  • Window module
  • System module
  • Graphics module
  • Audio module

What's been left out:

  • Threading and networking, since Haskell has better alternatives

What's been tested:

  • Window module, partially
  • System module, all but vectors
  • Graphics module, partially
  • Audio module, partially

Where it's been tested:

  • Arch Linux 32-bit
  • Ubuntu Linux 32-bit
  • Windows 7 32-bit

Installation (brief)

  • Download latest CSFML 2.x
  • Make sure your compiler can find CSFML's headers and libraries, then run:
$ git clone https://github.com/SFML-haskell/SFML.git
$ cd SFML
$ cabal install

For detailed installation instructions, please head to the wiki.

Contributors

sulami

7 commits

mignon-p

6 commits

Shamar

4 commits

adinapoli

3 commits

Languages

Haskell

92.8%

C

7.2%