Difference between revisions of "Blog articles/GUIs"
From HaskellWiki
DonStewart (talk | contribs) |
(Renamed section GUIs to GTK; added a link to jeremyodonoghue's blog) |
||
Line 1: | Line 1: | ||
− | == | + | === 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 | + | * [http://araujoluis.blogspot.com/2007/04/haskell-gui-programing.html Haskell GUI Programming] |
* [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 == | === WxHaskell == | ||
Line 10: | Line 11: | ||
* [http://lindstroem.wordpress.com/2008/05/21/using-wxgeneric/ Using WxGeneric] | * [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 == |
Revision as of 15:09, 25 January 2010
GTK
- Developing Gnome Apps with Glade
- Haskell GUI Programming
- First attempt at using GTK with Haskell
- Visualizing 2D convex hull using Gtk and OpenGL in Haskell
= WxHaskell
- Using WxGeneric
- wxHaskell on the Mac
- A series of blog articles by jeremyodonoghue
- Code snippets
- Proposal: Adding composability to WxHaskell