Difference between revisions of "Blog articles/GUIs"
From HaskellWiki
(Renamed section GUIs to GTK; added a link to jeremyodonoghue's blog) |
(Added section "General", corrected the wxHaskell header, added categories "User interfaces" and "wxHaskell") |
||
Line 1: | Line 1: | ||
+ | === General === | ||
+ | |||
+ | * [http://araujoluis.blogspot.com/2007/04/haskell-gui-programing.html Haskell GUI Programming] | ||
+ | |||
+ | |||
=== GTK === | === 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://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://lindstroem.wordpress.com/2008/05/21/using-wxgeneric/ Using WxGeneric] | ||
Line 22: | Line 26: | ||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
+ | [[Category:User interfaces]] | ||
+ | [[Category:wxHaskell]] |
Latest revision as of 15:20, 25 January 2010
Contents
General
GTK
- Developing Gnome Apps with Glade
- 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