Personal tools

GuiTV

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
Current revision (21:39, 15 January 2012) (edit) (undo)
(Added category wxHaskell)
 
(9 intermediate revisions not shown.)
Line 1: Line 1:
== Abstract ==
== 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 into a package. 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.
+
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:
Beside this page, here are some ways to explore GuiTV:
-
* [http://darcs.haskell.org/packages/GuiTV/doc/html Read the Haddock docs] (with source code, additional examples, and Comment/Talk links)
+
* Get the package from [http://hackage.haskell.org/package/GuiTV Hackage]
-
* Get the code repository: '''<tt>darcs get http://darcs.haskell.org/packages/GuiTV</tt>'''
+
* See the [[TV]] page for info about and examples of GuiTV.
-
* Or grab a [http://darcs.haskell.org/packages/GuiTV/dist distribution tarball].
+
 
 +
[[Category:Libraries]]
 +
[[Category:Packages]]
 +
[[Category:User interfaces]]
 +
[[Category:Arrow]]
 +
[[Category:wxHaskell]]

Current revision

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.