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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 <cies-AT@kde-DOT.nl>
Revised Revision 1 made by cies at 2016-02-08T09:18:39Z
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-07T14:36:09Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1615 total (6 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.0.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.