Description
Reactive Banana bindings for SDL.
Description
Provides bindings and convenience functions for using reactive banana with SDL.
README.md
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.