Difference between revisions of "WxHaskell/Documentation"

From HaskellWiki
Jump to navigation Jump to search
(→‎Documentation: remove fragment, because wxhaskell was obscured by the Wayback toolbar)
(Modernized link to wxHaskell Wiki)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
=== Documentation ===
 
=== Documentation ===
   
; [http://web.archive.org/web/20120211184204/http://legacy.cs.uu.nl/daan/download/papers/wxhaskell.pdf wxHaskell - A Portable and Concise GUI Library for Haskell] (PDF)
+
; [[media:wxhaskell.pdf | wxHaskell - A Portable and Concise GUI Library for Haskell]] (PDF)
 
: This documents introduces wxHaskell and describes how to create a game ([[wxAsteroids]])
 
: This documents introduces wxHaskell and describes how to create a game ([[wxAsteroids]])
   
Line 7: Line 7:
   
 
; [http://hackage.haskell.org/package/wx wx haddock] (see also [http://hackage.haskell.org/package/wxcore wxcore])
 
; [http://hackage.haskell.org/package/wx wx haddock] (see also [http://hackage.haskell.org/package/wxcore wxcore])
: The haddock generated documentation of the wxHaskell libraries. You can browse some wxHaskell [http://darcs.haskell.org/wxhaskell/samples/wx/ examples] in the darcs repository. Documentation and samples are also distributed as a single zip file on the [[WxHaskell/Download|download]] page.
+
: The haddock generated documentation of the wxHaskell libraries. You can browse some wxHaskell [http://darcs.haskell.org/wxhaskell/samples/wx/ examples] in the Darcs repository. Documentation and samples are also distributed as a single zip file on the [[WxHaskell/Download|download]] page.
 
; [http://www.wxwidgets.org wxWidgets]
 
; [http://www.wxwidgets.org wxWidgets]
 
: The documentation of the wxWidgets library itself is invaluable when writing more advanced applications. On windows you can find the documentation in ''html help'' format in the download section – this is a particularly convenient way to browse the documentation.
 
: The documentation of the wxWidgets library itself is invaluable when writing more advanced applications. On windows you can find the documentation in ''html help'' format in the download section – this is a particularly convenient way to browse the documentation.
 
; [[WxHaskell/Quickstart|Quick start]]
 
; [[WxHaskell/Quickstart|Quick start]]
 
: A guide that gets you started with wxHaskell quickly.
 
: A guide that gets you started with wxHaskell quickly.
; [[WxHaskell/FAQ|Faq]]
+
; [[WxHaskell/FAQ|FAQ]]
 
: Frequently asked questions.
 
: Frequently asked questions.
; [http://web.archive.org/web/20120401040839/http://legacy.cs.uu.nl/daan/pubs.html Article]
 
: An article about the design of wxHaskell, published in the proceedings of the Haskell workshop 2004.<br />
 
:PDF file: [http://web.archive.org/web/20120211184204/http://legacy.cs.uu.nl/daan/download/papers/wxhaskell.pdf wxHaskell - A portable and concise GUI library for Haskell].
 
 
; [[WxHaskell/License|License]]
 
; [[WxHaskell/License|License]]
 
: Describes the licensing conditions of wxHaskell.
 
: Describes the licensing conditions of wxHaskell.
 
; [http://sourceforge.net/mail/?group_id=73133 wxHaskell mailing lists]
 
; [http://sourceforge.net/mail/?group_id=73133 wxHaskell mailing lists]
 
: Mailing lists about wxHaskell
 
: Mailing lists about wxHaskell
; [http://haskell.org/haskellwiki/WxHaskell wxHaskell Wiki]
+
; [[WxHaskell | wxHaskell Wiki]]
 
: A Wiki site for wxHaskell where everyone can add useful content, like hints, articles, example programs etc.
 
: A Wiki site for wxHaskell where everyone can add useful content, like hints, articles, example programs etc.
 
[[Category:wxHaskell|Documentation]]
 
[[Category:wxHaskell|Documentation]]

Latest revision as of 10:12, 20 October 2015

Documentation

wxHaskell - A Portable and Concise GUI Library for Haskell (PDF)
This documents introduces wxHaskell and describes how to create a game (wxAsteroids)

(All of the following links are cheap to follow)

wx haddock (see also wxcore)
The haddock generated documentation of the wxHaskell libraries. You can browse some wxHaskell examples in the Darcs repository. Documentation and samples are also distributed as a single zip file on the download page.
wxWidgets
The documentation of the wxWidgets library itself is invaluable when writing more advanced applications. On windows you can find the documentation in html help format in the download section – this is a particularly convenient way to browse the documentation.
Quick start
A guide that gets you started with wxHaskell quickly.
FAQ
Frequently asked questions.
License
Describes the licensing conditions of wxHaskell.
wxHaskell mailing lists
Mailing lists about wxHaskell
wxHaskell Wiki
A Wiki site for wxHaskell where everyone can add useful content, like hints, articles, example programs etc.