Personal tools

Blog articles/GUIs

From HaskellWiki

< Blog articles(Difference between revisions)
Jump to: navigation, search
(GUIs)
Current revision (15:20, 25 January 2010) (edit) (undo)
(Added section "General", corrected the wxHaskell header, added categories "User interfaces" and "wxHaskell")
 
(2 intermediate revisions not shown.)
Line 1: Line 1:
-
== GUIs ==
+
=== General ===
 +
 
 +
* [http://araujoluis.blogspot.com/2007/04/haskell-gui-programing.html Haskell GUI Programming]
 +
 
 +
 
 +
=== GTK ===
* [http://j-van-thiel.speedlinq.nl/EddyAhmed/GladeGtk2Hs.html Developing Gnome Apps with Glade]
* [http://j-van-thiel.speedlinq.nl/EddyAhmed/GladeGtk2Hs.html Developing Gnome Apps with Glade]
-
* [http://araujoluis.blogspot.com/2007/04/haskell-gui-programing.html Haskell GUI Programing]
 
* [http://davblog48.blogspot.com/2007/05/first-attempt-at-using-gtk-with-haskell.html First attempt at using GTK with Haskell]
* [http://davblog48.blogspot.com/2007/05/first-attempt-at-using-gtk-with-haskell.html First attempt at using GTK with Haskell]
* [http://www.kennknowles.com/blog/2007/11/20/visualizing-2d-convex-hull-using-gtk-and-opengl-in-haskell/ Visualizing 2D convex hull using Gtk and OpenGL in Haskell]
* [http://www.kennknowles.com/blog/2007/11/20/visualizing-2d-convex-hull-using-gtk-and-opengl-in-haskell/ Visualizing 2D convex hull using Gtk and OpenGL in Haskell]
 +
 +
 +
=== wxHaskell ===
 +
 +
* [http://lindstroem.wordpress.com/2008/05/21/using-wxgeneric/ Using WxGeneric]
* [http://necrobious.blogspot.com/2008/05/wxhaskell-go-go.html wxHaskell on the Mac]
* [http://necrobious.blogspot.com/2008/05/wxhaskell-go-go.html wxHaskell on the Mac]
 +
* [http://en.wordpress.com/tag/wxhaskell/ A series of blog articles by jeremyodonoghue]
 +
* [http://snipplr.com/all/language/haskell/tags/wxHaskell/ Code snippets]
 +
* [http://lindstroem.wordpress.com/2008/03/16/proposal-adding-composability-to-wxhaskell/ Proposal: Adding composability to WxHaskell]
 +
== Further reading ==
== Further reading ==
Line 13: Line 26:
[[Category:Tutorials]]
[[Category:Tutorials]]
 +
[[Category:User interfaces]]
 +
[[Category:wxHaskell]]

Current revision

Contents

1 General


2 GTK


3 wxHaskell


4 Further reading