reactive-banana-sdl

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


Keywords
graphics, library, Propose Tags, Skip to Readme, , Index, Reactive.Banana.SDL, Reactive.Banana.SDL.Graphics, Reactive.Banana.SDL.Graphics.Types, Reactive.Banana.SDL.Graphics.Util, Reactive.Banana.SDL.Types, Reactive.Banana.SDL.Util, reactive-banana-sdl-0.2.0.tar.gz, browse, Package description, Package maintainers, JeanPhilippeMoresmau, edit package information , Reactive-banana, SDL (Simple DirectMedia Layer), bindings
License
GPL-3.0-only
Install
cabal install reactive-banana-sdl-0.2.0

Documentation

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.