GuiTV: GUIs for Tangible Values

[ bsd3, interfaces, library, user-interfaces ] [ Propose Tags ]

GuiTV is a very small library that extends the TV (tangible value) framework with graphical user interfaces, using Phooey. (See http://haskell.org/haskellwiki/TV and http://haskell.org/haskellwiki/Phooey.) The functionality was part of the TV package up to version 0.1.1. I moved it out to eliminate the dependency of core TV on Phooey and hence on wxHaskell, as the latter can be difficult to install.

Try out the examples in src/Examples.hs.

For more information, including examples, please see the project wiki page http://haskell.org/haskellwiki/GuiTV

This page and the module documentation pages have links to colorized source code and to wiki pages where you can read and contribute /user comments/. Enjoy!

© 2007 by Conal Elliott; BSD3 license.


[Skip to Readme]

Modules

  • Interface
    • TV
      • Interface.TV.UI

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2, 0.3, 0.4
Change log CHANGES
Dependencies base, DeepArrow, phooey (>=2.0), TV (>=0.4), TypeCompose (>=0.2) [details]
License BSD-3-Clause
Copyright (c) 2007 by Conal Elliott
Author Conal Elliott
Maintainer conal@conal.net
Category Interfaces, User Interfaces
Home page http://haskell.org/haskellwiki/GuiTV
Uploaded by ConalElliott at 2008-02-19T23:07:13Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2970 total (9 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-25 [all 15 reports]

Readme for GuiTV-0.4

[back to package description]
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 (http://haskell.org/haskellwiki/phooey) in the
TV framework (http://haskell.org/haskellwiki/TV).  For a fuller
description and link to documentation, please see the project wiki page:

  http://haskell.org/haskellwiki/GuiTV

You can configure, build, generate haddock docs, and install all in the
usual way with Cabal commands.

  runhaskell Setup.lhs configure
  runhaskell Setup.lhs build
  runhaskell Setup.lhs install

See src/Examples.hs for examples.