keera-hails-mvc-solutions-gtk

Haskell on Gtk rails - Solutions to recurrent problems in Gtk applications

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]

Keera Hails is a rapid application development system.

The idea behind Hails is that you should be able to build cross platform applications with minimal effort, very quickly, and the result should be easy to maintain.

Large Hails applications are structured following an optimized MVC architecture. Values are updated either from the view to the model, or from the model to the view. Internally, rules use a notion of direction in the update to determine how different components must be updated.

This library provides standard solutions to common synchronization needs found in Gtk3 applications.