IrrHaskell: Haskell FRP binding to the Irrlicht game engine.

[ ffi, game-engine, graphics, library ] [ Propose Tags ]

A wrapper for the Irrlicht game engine allowing games to be written with functional reactive programming.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.2
Dependencies base (>=4 && <5), random (>=1), time (>=1) [details]
License LicenseRef-LGPL
Author Ewen Cochran and Maciej Baranski
Maintainer e.a.p.cochran@sms.ed.ac.uk
Category Graphics, FFI, Game Engine
Uploaded by EwenCochran at 2011-04-03T10:47:53Z
Distributions NixOS:0.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3200 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-10-25 [all 10 reports]

Readme for IrrHaskell-0.2

[back to package description]
template.hs details the structure of a game.  Edit the makefile to point to your installations of Irrlicht, etc.

Ewen Cocrhan