HaskGame

From HaskellWiki
Revision as of 11:40, 1 September 2009 by Lenny222 (talk | contribs)
Jump to navigation Jump to search

HaskGame is a Haskell game authoring library.

It is currently a thin wrapper around SDL, and due to incompleteness, it does not yet abstract SDL completely.

The idea is that in the future, HaskGame will offer nicer interfaces than the SDL bindings, and that it will be abstract enough to get other backend implementations, such as GLUT or X11.