Maintainer | Fumiaki Kinsohita <fumiexcel@gmail.com> |
---|---|
Safe Haskell | None |
free-game is a library that abstracts and purifies GUI applications with simple interfaces.
- module Graphics.FreeGame.Base
- module Graphics.FreeGame.Data.Bitmap
- module Graphics.FreeGame.Data.Font
- module Graphics.FreeGame.Input
- module Graphics.FreeGame.Util
- runGame :: GameParam -> Game a -> IO (Maybe a)
Examples
import Graphics.FreeGame.Simple main = runSimple defaultGameParam () return
shows a window and does nothing.
for more examples, see https://github.com/fumieval/free-game/tree/master/examples.
Reexports
module Graphics.FreeGame.Base
module Graphics.FreeGame.Data.Font
module Graphics.FreeGame.Input
module Graphics.FreeGame.Util