keera-hails-reactive-gtk

Haskell on Gtk rails - Reactive Fields for Gtk widgets

http://www.keera.co.uk/blog/community/

Latest on Hackage:0.8.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Ivan Perez
Maintained by [email protected]

A layer defining RVs for GTK+ fields and actions.

Reactive Values are an abstraction for reactive programming based on setters and getters with change-based propagation.

They enable easy communication/synchronization rules via Reactive Rules (RRs), which can keep two type-compatible RVs in sync directionally or bidirectionally.

This library provides operations to turn GTK+ object properties and fields into RVs, so that they can be used to create reactive user interfaces with minimal effort.

For details, please see the paper "Bridging the GUI Gap with Reactive Values and Relations", by Ivan Perez and Henrik Nilsson at Haskell Symposium 2015.