Difference between revisions of "WxFruit"

From HaskellWiki
Jump to navigation Jump to search
(Makeover)
(→‎See also: Remove dead link)
 
(4 intermediate revisions by 2 users not shown)
Line 13: Line 13:
 
* [[wxHaskell]]
 
* [[wxHaskell]]
 
* [[Yampa]]
 
* [[Yampa]]
* [http://www.haskell.org/fruit/ Fruit]
 
 
* [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://www.cs.uu.nl/wiki/pub/Afp0607/DomainSpecificLanguages/fruit.pdf Juicy Fruit], slides in a PDF file
 
* [http://www.cs.uu.nl/wiki/pub/Afp0607/DomainSpecificLanguages/fruit.pdf Juicy Fruit], slides in a PDF file
 
* [http://web.archive.org/web/20071224143245/http://zoo.cs.yale.edu/classes/cs490/03-04b/bartholomew.robinson/ WxFruit], the old homepage in the Web Archive
 
* [http://web.archive.org/web/20071224143245/http://zoo.cs.yale.edu/classes/cs490/03-04b/bartholomew.robinson/ WxFruit], the old homepage in the Web Archive
Line 24: Line 22:
 
[[Category:Arrow]]
 
[[Category:Arrow]]
 
[[Category:Packages]]
 
[[Category:Packages]]
  +
[[Category:Games]]
  +
[[Category:Applications]]
  +
[[Category:FRP]]
  +
[[Category:Orphaned projects]]

Latest revision as of 07:25, 2 January 2018

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:

PaddleBall.png

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