Blog articles/GUIs
From HaskellWiki
(Difference between revisions)
(→GUIs) |
|||
| Line 5: | Line 5: | ||
* [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] | ||
Revision as of 21:39, 21 May 2008
1 GUIs
- Developing Gnome Apps with Glade
- Haskell GUI Programing
- First attempt at using GTK with Haskell
- Visualizing 2D convex hull using Gtk and OpenGL in Haskell
