reactive-banana-sdl2: Reactive Banana integration with SDL2

[ bsd3, frp, graphics, library ] [ Propose Tags ]

Provides bindings and convenience functions for using Reactive Banana with SDL2. Please see README.md


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0
Dependencies base (>=4.7 && <5), reactive-banana (>=1.1.0 && <1.2.0), sdl2 (>=2.1.0 && <2.2.0) [details]
License BSD-3-Clause
Copyright GPL-3
Author R. Kyle Murphy, JP Moresmau
Maintainer cies.breijs@gmail.com
Category FRP, Graphics
Home page http://github.com/cies/reactive-banana-sdl2#readme
Source repo head: git clone https://github.com/cies/reactive-banana-sdl2
Uploaded by cies at 2016-02-08T18:36:12Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1611 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-28 [all 2 reports]

Readme for reactive-banana-sdl2-0.1.1.0

[back to package description]

reactive-banana-sdl2

Bindings between reactive-banana package and the sdl2 package (a Haskell binding to the libsdl library which is written in C).

This library is a port of reactive-banana-sdl -- which depends on the older, more rudimentary, libsdl-1 specific SDL to Haskell bindings and a pre-1.0 version of the reactive-banana library. It has been ported to the use Oliver Charles' sdl2 library and the > 1.0 releases of Reactive Banana.