Difference between revisions of "GuiTV"

From HaskellWiki
Jump to navigation Jump to search
(Removed obsolete links; added link to Hackage)
m (fix hackage link)
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]
+
* Get the package from [http://hackage.haskell.org/package/GuiTV Hackage]
 
* See the [[TV]] page for info about and examples of GuiTV.
 
* See the [[TV]] page for info about and examples of GuiTV.
   

Revision as of 08:37, 11 September 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.