The latest version of AutoForms is 0.4.2-0.

AutoForms

Version 0.4.0 revision 0 uploaded by MadsLindstroem.

Package meta

Synopsis
GUI library based upon generic programming (SYB3)
Description

AutoForms is a library to ease the creation of Graphical User Interfaces (GUI). It does this by using generic programming to construct GUI components.

The AutoForms user creates an ordinary algebraic data type (ADT), which should reflect the data model of an application. From this ADT AutoForms automatically constructs a GUI component, by using the structure and identifiers of the ADT. To facilitate this construction, AutoForms uses the 'Scrap your boilerplate' approach to generic programming.

This component can be displayed using WxHaskell or by an AutoForms custom monad called WxM.. The first facilitates that people who already knows WxHaskell quickly will be able to make GUIs. The second is our attempt at a more type-safe and easier to use GUI toolkit.

Author
Mads Lindstrøm <mads_lindstroem@yahoo.dk>
Bug reports
n/a
Category
GUI
Copyright
Mads Lindstrøm <mads_lindstroem@yahoo.dk>
Homepage
http://autoforms.sourceforge.net/
Maintainer
Mads Lindstrøm <mads_lindstroem@yahoo.dk>
Package URL
n/a
Stability
experimental

Components