Difference between revisions of "Applications and libraries/GUI libraries"

From HaskellWiki
Jump to navigation Jump to search
m (wxWindows -> wxWidgets)
Line 181: Line 181:
   
 
Pidgets, developed by [http://www.informatik.uni-trier.de/~ley/db/indices/a-tree/s/Scholz:Enno.html Enno Scholz], unifies pictures and widgets in a constraint-based framework for concurrent functional GUI programming.
 
Pidgets, developed by [http://www.informatik.uni-trier.de/~ley/db/indices/a-tree/s/Scholz:Enno.html Enno Scholz], unifies pictures and widgets in a constraint-based framework for concurrent functional GUI programming.
  +
  +
== Hackage ==
  +
  +
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Interfaces GUI libs on Hackage]
  +
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Graphics Graphics libs on Hackage]

Revision as of 08:28, 18 July 2007

The copyright status of this work is not known. Please help resolve this on the talk page.

This page contains a list of libraries and tools in a certain category. For a comprehensive list of such pages, see Applications and libraries.

There is a large number of GUI libraries for Haskell. Unfortunately there is no standard one and all are more or less incomplete. In general, low-level veneers are going well, but they are low level. High-level abstractions are pretty experimental. There is a need for a supported medium-level GUI library.

High-level

FG

FG is an arrow-based high-level functional approach to composable GUIs, built on top of Gtk2Hs. It is inspired by Fruit but uses discrete events instead of continuous signals.

See the FG homepage.

FranTk

FranTk is a library for building GUIs in Haskell. FranTk uses behaviours and events, concepts from Conal Elliot’s Functional Reactive Animation. FranTk provides good support for developing complex dynamic systems, and is built on top of Tcl/Tk. This makes it platform independent. FranTk was developed by Meurig Sage. It runs on Unix and Windows.

See the FranTk homepage.

Fruit

Fruit is another high-level approach to GUIs in Haskell. It is based on the concepts of Functional Reactive Programming and arrows. There is also another implementation of this approach, called wxFruit (see below). Fruit is implemented on top of wxHaskell.

See the Fruit homepage.

Fudgets

Fudgets is primarily a Graphical User Interface Toolkit for Haskell and the X Windows system. Fudgets also makes it easy to create client-server applications that communicate via the Internet. It runs on Unix but not on Windows.

See the Fudgets homepage and Programming with Fudgets which is a short presentation of the Fudget Library and the ideas underlying it.

Grapefruit

Grapefruit is an arrow-based declarative library. Widgets, windows and control components communicate via signals and event streams. The use of signals and event streams is explicit in the interface to avoid certain inefficiencies. Internally, Grapefruit uses the event handling mechanisms of the underlying GUI toolkit.

Currently, Grapefruit is build on top of Gtk2Hs but implementations based on other toolkits are planned for the future.

See Grapefruit.

GuiTV

GuiTV is a small library for GUI-style visualizing functional values. It can also be viewed as an approach to functional GUIs. It is implemented very simply by using Phooey in the TV framework.

See GuiTV.

Phooey

Phooey is simple, functional, arrow-based library. Currently it is implemented atop wxHaskell. Phooey supports dynamic input bounds, flexible layout, and mutually-referential widgets.

See Phooey.

wxFruit

wxFruit is a GUI library based on the ideas of Fruit but built on top of wxHaskell.

See the wxFruit homepage.

Medium-level

AutoForms

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

Functional Forms

An addition to wxHaskell, Functional Forms is a combinator library/domain specific language which enables a very concise programming style for forms: dialogs which only show and edit a set of values. Forms are used in many applications as Options or Settings dialogs.

See the Functional Forms homepage.

Gtk2Hs

Gtk2Hs is a GUI library for Haskell based on Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating graphical user interfaces. Gtk2Hs is actively developed, supporting the latest version of the Gtk+ 2.x series. It provides automatic memory management, Unicode support and also bindings for various Gnome modules. It runs on Windows, Linux, MacOS X, FreeBSD and Solaris.

See the Gtk2Hs homepage.

HGL

HGL is actually only a grapics library.

See the HGL homepage.

HTk

Htk is a typed, portable encapsulation of Tcl/Tk into Haskell. Its distinctive features are the use of Haskell types and type classes for structuring the interface, an abstract notion of event for describing user interaction, and portability across Windows, Unix and Linux.

See the HTk homepage.

HToolkit

HToolkit is a portable Haskell library for writing graphical user interfaces (GUI's). The library is built upon a low-level interface that will be implemented for each different target platform. The low-level library is called Port and is currently implemented for GTK and Windows. The middle-level library is named GIO (the Graphical IO library) and is built upon the low-level Port library.

See the HToolkit homepage.

Object I/O for Haskell

This is a port of Clean Object I/O library for Haskell.

See the Object I/O for Haskell homepage.

wxHaskell

wxHaskell is a portable and native GUI library built on top of wxWidgets (formerly wxWindows)—a comprehensive C++ library that is portable across all major GUI platforms; including GTK, Windows, X11, and MacOS X. wxWidgets is a mature library (in development since 1992) that supports a wide range of widgets with the native look-and-feel, and it has a very active community.

See wxHaskell.

Low-level

GLUT

This is a binding to the OpenGL GLUT library.

TclHaskell

TclHaskell is a library of functions for writing platform independent, graphical user interfaces in Haskell. The library provides a convenient, abstract and high-level way to write window-oriented applications. It also provides a more low level interface to write primitive Tcl code where helpful. For Unix and Windows and maybe Macintosh.

See the TclHaskell homepage.

Win32

A binding to parts of the Win32 API.

X11

A binding to parts of the X11 libraries.

Uncategorized

Curses.hsc

Curses.hsc is a minimal binding to curses and ncurses. It is smaller than hscurses and has less features. It also provides fast packed string support.

See the Curses.hsc homepage.

hscurses

This is a Haskell binding to the NCurses library, a library of functions that manage an application’s display on character-cell terminals. hscurses also provides some basic widgets implemented on top of the ncurses binding, such as a text input widget and a table widget.

See the hscurses homepage.

Unsupported

The following libraries seem to be no longer maintained. However, someone might pick up one of them or at least profit from some design ideas.

Budgets

Budgets is a library of Fudget-like combinators based on the Openlook widget library was developed by Alastair Reid and Satnam Singh. The code has suffered tremendous bit-rot (Does anyone have a copy of ghc-0.16?) but all the reusable ideas are described in the respective paper.

See the Budgets homepage.

Embracing Windows

This is a framework for developing graphical user interfaces. It runs under Windows 95 using a modified version of Hugs 1.3.

See the Embracing Windows paper.

Gadgets

Gadgets are lazy functional components for graphical user interfaces, developed by Rob Noble under the supervision of Colin Runciman.

See LNCS 982, pages 321-340.

Gtk+HS

Gtk+HS is a Haskell binding for GTK+. It provides a transcription of the original GTK+ API into Haskell. GTK+ is a modern, portable GUI library and forms the basis of the Gnome desktop project. The binding, while not complete, covers most of GTK+'s core functionality and is ready for use in applications that require a GUI of medium complexity. It was developed under Unix, but should also be usable with the Windows port of GTK+.

See the Gtk+HS homepage.

Haggis

Haggis is a graphical user interface framework for Haskell, running under the X Window system. It is being developed using the Glasgow Haskell Compiler with its concurrent extensions to achieve more comfortable interaction with the outside world.

See the Haggis homepage.

iHaskell

iHaskell is a functional wrapper on top of GTK+HS that provides convenience functions for frequently used programming patterns, and eliminates the need for explicit mutable variables.

See the iHaskell homepage.

Pidgets

Pidgets, developed by Enno Scholz, unifies pictures and widgets in a constraint-based framework for concurrent functional GUI programming.

Hackage