reactive-banana-sdl: Reactive Banana bindings for SDL

[ gpl, graphics, library ] [ Propose Tags ]

Provides bindings and convenience functions for using reactive banana with SDL.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.2, 0.2.0
Dependencies base (>=4.2 && <5), data-lens (>=2.0.4 && <2.11), data-lens-template (>=2.1.3 && <2.2), reactive-banana (>=0.8 && <0.9), SDL (>=0.6.3 && <0.7), SDL-image (>=0.6.1 && <0.7), SDL-ttf (>=0.6.1 && <0.7) [details]
License GPL-3.0-only
Author R. Kyle Murphy, JP Moresmau
Maintainer jpmoresmau@gmail.com
Category Graphics
Home page https://github.com/JPMoresmau/reactive-banana-sdl
Source repo head: git clone https://github.com/JPMoresmau/reactive-banana-sdl
Uploaded by JeanPhilippeMoresmau at 2014-01-31T15:37:39Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1844 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for reactive-banana-sdl-0.2.0

[back to package description]

reactive-banana-sdl

reactive banana bindings for SDL

Reactive-banana is a Functional Reactive Programming library to write UI programs in a functional way.

SDL (Simple DirectMedia Layer) is a cross platform library for low level access to audio, graphics and input devices, used a lot for games. There are bindings for Haskell.

Reactive-banana-sdl puts both together! It provides an event loop from SDL events and combinators for pure SDL graphics.