free-game-0.3.0.1: Create graphical applications for free.

MaintainerFumiaki Kinsohita <fumiexcel@gmail.com>
Safe HaskellNone

Graphics.FreeGame

Contents

Description

free-game is a library that abstracts and purifies GUI applications.

Small instruction:

Synopsis

Examples

 main = runGame defaultGameParam $ forever tick

shows a window and does nothing.

for more examples, see https://github.com/fumieval/free-game/tree/master/examples.

Note

  • There are experimental implementation of text rendering(withRenderString), but it often yields strange pictures.

Reexports

runGame :: GameParam -> Game a -> IO (Maybe a)Source

Run Game using OpenGL and GLFW.