AutoForms: GUI library based upon generic programming (SYB3)

[ gui, library ] [ Propose Tags ]

IMPORTANT! Development of AutoForms has stopped. In stead use WxGeneric (see http:/lindstroem.wordpress.com20080503introducing-wxgeneric ) which is based upon AutoForms. Nonetheless, AutoForms may still a good resource for ideas.

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.

Modules

  • Graphics
    • UI
      • AF
        • Graphics.UI.AF.AFWx
        • CForm
          • Graphics.UI.AF.CForm.CForm
          • Graphics.UI.AF.CForm.CFormAll
          • Graphics.UI.AF.CForm.CFormImplementation
        • Graphics.UI.AF.General
          • Graphics.UI.AF.General.MySYB
        • Graphics.UI.AF.PolyCommand
        • Graphics.UI.AF.WxForm
          • Graphics.UI.AF.WxForm.ComIO
          • Graphics.UI.AF.WxForm.WxList
        • Graphics.UI.AF.WxFormAll

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.4.0, 0.4.2
Dependencies array, base, haskell98, mtl, syb-with-class (>=0.4), template-haskell, wx, wxcore [details]
License LicenseRef-LGPL
Copyright Mads Lindstrøm <mads_lindstroem@yahoo.dk>
Author Mads Lindstrøm <mads_lindstroem@yahoo.dk>
Maintainer Mads Lindstrøm <mads_lindstroem@yahoo.dk>
Category GUI
Home page http://autoforms.sourceforge.net/
Uploaded by MadsLindstroem at 2008-09-17T10:58:40Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2429 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-10-24 [all 17 reports]