Popularity
8.5
Growing
Activity
0.0
Stable
42
9
12

Monthly Downloads: 17
Programming language: Haskell
License: MIT License
Tags: Game    

SFML alternatives and similar packages

Based on the "Game" category.
Alternatively, view SFML alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of SFML or a related project?

Add another 'Game' Package

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.