threepenny-gui: GUI framework that uses the web browser as a display.

[ bsd3, gui, library, web ] [ Propose Tags ]

Threepenny-GUI is a GUI framework that uses the web browser as a display.

It's cheap and easy to install because everyone has a web browser installed.

Internally, the library implements a small web server that serves a HTML/JavaScript page with the GUI elements. You can freely manipulate the HTML DOM and handle browser events from your Haskell code.

Stability forecast: This is an experimental release! Send us your feedback! Significant API changes are likely in future versions.

NOTE: This library contains examples, but they are not built by default. To build and install the example, use the buildExamples flag like this

cabal install threepenny-gui -fbuildExamples

Changelog:

  • 0.3.0.0 - Snapshot release. Browser communication with WebSockets. First stab at FRP integration.

  • 0.2.0.0 - Snapshot release. First stab at easy JavaScript FFI.

  • 0.1.0.0 - Initial release.

Flags

Automatic Flags
NameDescriptionDefault
buildexamples

Build example executables.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.3.0.1, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.4.1.0, 0.4.2.0, 0.5.0.0, 0.6.0.1, 0.6.0.2, 0.6.0.3, 0.6.0.4, 0.6.0.5, 0.6.0.6, 0.7.0.0, 0.7.0.1, 0.7.0.2, 0.8.0.0, 0.8.0.1, 0.8.1.0, 0.8.2.0, 0.8.2.1, 0.8.2.2, 0.8.2.3, 0.8.2.4, 0.8.3.0, 0.8.3.1, 0.8.3.2, 0.9.0.0, 0.9.1.0, 0.9.2.0, 0.9.3.0, 0.9.4.0, 0.9.4.1 (info)
Dependencies attoparsec-enumerator, base (>=4 && <5), bytestring, containers, data-default, filepath, hashable, json (>=0.4.4 && <0.6), MonadCatchIO-transformers, network (<2.6), parsec, safe, snap-core, snap-server, stm, template-haskell, text, threepenny-gui, time, transformers, unordered-containers, utf8-string, vault (>=0.3 && <0.4), websockets (>=0.7 && <0.8), websockets-snap (>=0.7 && <0.8) [details]
License BSD-3-Clause
Author Chris Done, Heinrich Apfelmus
Maintainer Heinrich Apfelmus <apfelmus at quantentunnel dot de>
Revised Revision 1 made by HerbertValerioRiedel at 2015-09-18T12:18:18Z
Category Web, GUI
Home page http://github.com/HeinrichApfelmus/threepenny-gui
Source repo head: git clone git://github.com/HeinrichApfelmus/threepenny-gui.git
Uploaded by HeinrichApfelmus at 2013-09-07T16:30:35Z
Distributions LTSHaskell:0.9.4.1, NixOS:0.9.4.1, Stackage:0.9.4.1
Reverse Dependencies 8 direct, 3 indirect [details]
Executables threepenny-examples-chat, threepenny-examples-use-words, threepenny-examples-missing-dollars, threepenny-examples-drummachine, threepenny-examples-dragndropexample, threepenny-examples-currencyconverter, threepenny-examples-buttons, threepenny-examples-bartab
Downloads 31629 total (242 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]