gloss-game

Gloss wrapper that simplifies writing games

https://github.com/mchakravarty/gloss-game

Latest on Hackage:0.3.3.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Manuel M T Chakravarty

The game interface of the basic Gloss library combines frame-based rendering with user input into a simple 2D game API. Gloss.Game improves that API to make common tasks in game programming, such as, on demand image loading, animations, and event handler chains more convenient.