threepenny-gui: GUI framework that uses the web browser as a display.
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.
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
buildexamples | Build example executables. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- threepenny-gui-0.3.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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, 0.9.4.2 (info) |
---|---|
Dependencies | attoparsec-enumerator, base (>=4 && <5), bytestring, containers, data-default, filepath, hashable, json (>=0.4.4 && <0.6), MonadCatchIO-transformers, network, 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> |
Category | Web, GUI |
Home page | http://www.haskell.org/haskellwiki/Threepenny-gui |
Source repo | head: git clone git://github.com/HeinrichApfelmus/threepenny-gui.git |
Uploaded | by HeinrichApfelmus at 2013-10-23T21:56:20Z |
Distributions | LTSHaskell:0.9.4.2, NixOS:0.9.4.1, Stackage:0.9.4.2 |
Reverse Dependencies | 9 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 | 33116 total (9 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |