Difference between revisions of "GuiTV"

From HaskellWiki
Jump to navigation Jump to search
(correct categories)
(Removed obsolete links; added link to Hackage)
Line 4: Line 4:
   
 
Beside this page, here are some ways to explore GuiTV:
 
Beside this page, here are some ways to explore GuiTV:
  +
* Get the package from [http://www.haskell.org/haskellwiki/GuiTV Hackage]
* [http://darcs.haskell.org/packages/GuiTV/doc/html Read the Haddock docs] (with source code, additional examples, and Comment/Talk links)
 
 
* See the [[TV]] page for info about and examples of GuiTV.
* Get the code repository: '''<tt>darcs get http://darcs.haskell.org/packages/GuiTV</tt>'''
 
* Or grab a [http://darcs.haskell.org/packages/GuiTV/dist distribution tarball].
 
 
Please see the [[TV]] page for info about and examples of GuiTV.
 
   
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 16:28, 1 February 2010

Abstract

GuiTV adds graphical user interfaces to the TV (tangible value) framework, using Phooey. The functionality was part of TV up to version 0.1.1. I moved it out to a new package to eliminate the dependency of core TV on Phooey and hence on wxHaskell, as the latter can be difficult to install.

Beside this page, here are some ways to explore GuiTV:

  • Get the package from Hackage
  • See the TV page for info about and examples of GuiTV.