Personal tools

WxFruit

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
Current revision (19:48, 9 May 2011) (edit) (undo)
(Added Category:Orphaned projects)
 
(3 intermediate revisions not shown.)
Line 1: Line 1:
-
{{Stub}}
+
wxFruit is a graphical user interface that combines some of the power and versatility of wxHaskell with the elegance and simplicity of Fruit. The interface of wxFruit has a functional style, using arrows, whereas wxHaskell has an object oriented style.
-
 
+
-
wxFruit is a Graphical User Interface based on Yampa and wxHaskell
+
The package includes a demo game, PaddleBall:
The package includes a demo game, PaddleBall:
[[Image:PaddleBall.png|center]]
[[Image:PaddleBall.png|center]]
-
After installing wxFruit, type <code>paddle</code> at a shell prompt to start the game.
+
After installing wxFruit, type <code>paddle</code> at a shell prompt to start the game; try to keep the ball in the game, using the mouse to move the paddle.
 +
 
 +
The position of developer/maintainer is currently open.
== See also ==
== See also ==
 +
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wxFruit The wxFruit package]. (Version 0.1.2 can be compiled with GHC 6.10)
 +
* [[Arrow]]
 +
* [[wxHaskell]]
* [[Yampa]]
* [[Yampa]]
* [http://www.haskell.org/fruit/ Fruit]
* [http://www.haskell.org/fruit/ Fruit]
-
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wxFruit The wxFruit package]. (Version 0.1.2 can be compiled with GHC 6.10)
 
* [http://sourceforge.net/project/showfiles.php?group_id=168626&package_id=199138 YaPan], a forked version of wxFruit (dated 2006-10-16, will not compile with recent GHC)
* [http://sourceforge.net/project/showfiles.php?group_id=168626&package_id=199138 YaPan], a forked version of wxFruit (dated 2006-10-16, will not compile with recent GHC)
* [http://student.science.uva.nl/~rturk/juicy/ The Juicy Fruit package], another fork of wxFruit (use the command <code>darcs get http://student.science.uva.nl/~rturk/juicy</code> to download) (dated 2007-04-05, will not compile with recent GHC)
* [http://student.science.uva.nl/~rturk/juicy/ The Juicy Fruit package], another fork of wxFruit (use the command <code>darcs get http://student.science.uva.nl/~rturk/juicy</code> to download) (dated 2007-04-05, will not compile with recent GHC)
Line 22: Line 24:
[[Category:Arrow]]
[[Category:Arrow]]
[[Category:Packages]]
[[Category:Packages]]
 +
[[Category:Games]]
 +
[[Category:Applications]]
 +
[[Category:FRP]]
 +
[[Category:Orphaned projects]]

Current revision

wxFruit is a graphical user interface that combines some of the power and versatility of wxHaskell with the elegance and simplicity of Fruit. The interface of wxFruit has a functional style, using arrows, whereas wxHaskell has an object oriented style.

The package includes a demo game, PaddleBall:

After installing wxFruit, type paddle at a shell prompt to start the game; try to keep the ball in the game, using the mouse to move the paddle.

The position of developer/maintainer is currently open.

See also