[Haskell-beginners] GUI library for beginners?

. ch.gosch at googlemail.com
Tue Dec 14 19:41:00 CET 2010


Hi Venanzio,
I found this to be working: <http://hackage.haskell.org/package/gtk>
As far as GUI toolkits are concerned, I have used gtk2hs myself (also
being still quite a haskell beginner). I have used gtkmm from c++
before, which sure helps in understanding what's going on (doing things
in Haskell is much more fun and more pleasing though).

Haskell rocks! SCNR

Christian


On Tue, 2010-12-14 at 12:00 +0100, beginners-request at haskell.org wrote:
> Send Beginners mailing list submissions to
> 	beginners at haskell.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://www.haskell.org/mailman/listinfo/beginners
> or, via email, send a message with subject or body 'help' to
> 	beginners-request at haskell.org
> 
> You can reach the person managing the list at
> 	beginners-owner at haskell.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Beginners digest..."
> 
> 
> Today's Topics:
> 
>    1.  GUI library for beginners? (Venanzio Capretta)
>    2. Re:  GUI library for beginners? (Tom Hobbs)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Tue, 14 Dec 2010 09:16:40 +0000
> From: Venanzio Capretta <vxc at Cs.Nott.AC.UK>
> Subject: [Haskell-beginners] GUI library for beginners?
> To: beginners at haskell.org
> Message-ID: <4D0735F8.1010509 at cs.nott.ac.uk>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Hi,
>    I've been trying to find out what is the best GUI library to use for 
> a Haskell beginner.
> At first I adopted gtk2hs and it was going well. But the web page for it 
> has disappeared during the Haskell site migration. So now I don't have 
> access to the documentation and the examples any more.
> Next I tried with wxHaskell, but unfortunately it doesn't install on 
> Ubuntu (I checked on the mailing list: other people had the same problem 
> and I don't understand the solution).
> Is there a library for GUI in Haskell that is simple to use and well 
> supported, something that is user friendly for a beginner Haskell 
> programmer?
> Best wishes,
>    Venanzio
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Tue, 14 Dec 2010 09:55:45 +0000
> From: Tom Hobbs <tvhobbs at googlemail.com>
> Subject: Re: [Haskell-beginners] GUI library for beginners?
> To: beginners at haskell.org
> Message-ID:
> 	<AANLkTimDxvCzJW77Wszwb9+S+kNm_iGDYora_4Diq0zG at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Hi Venanzio,
> 
> I found the following sites very helpful when trying to understand
> OpenGL + Haskell.
> 
> - http://blog.mikael.johanssons.org/archive/2006/09/opengl-programming-in-haskell-a-tutorial-part-1/
> - http://myawesomeblag.blogspot.com/2007/03/opengl-tetris-in-haskell.html
> 
> My site contains the commands I used to get everything install on
> Ubuntu, it also has a link to my code on it, but you'll find that the
> code is very similar to Mikael's above.
> 
> http://whatimean.wordpress.com/2010/10/19/simple-cell-automata-in-haskell/
> 
> Good luck.
> 
> Tom
> 
> On Tue, Dec 14, 2010 at 9:16 AM, Venanzio Capretta <vxc at cs.nott.ac.uk> wrote:
> > Hi,
> > ?I've been trying to find out what is the best GUI library to use for a
> > Haskell beginner.
> > At first I adopted gtk2hs and it was going well. But the web page for it has
> > disappeared during the Haskell site migration. So now I don't have access to
> > the documentation and the examples any more.
> > Next I tried with wxHaskell, but unfortunately it doesn't install on Ubuntu
> > (I checked on the mailing list: other people had the same problem and I
> > don't understand the solution).
> > Is there a library for GUI in Haskell that is simple to use and well
> > supported, something that is user friendly for a beginner Haskell
> > programmer?
> > Best wishes,
> > ?Venanzio
> >
> > _______________________________________________
> > Beginners mailing list
> > Beginners at haskell.org
> > http://www.haskell.org/mailman/listinfo/beginners
> >
> 
> 
> 
> ------------------------------
> 
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
> 
> 
> End of Beginners Digest, Vol 30, Issue 21
> *****************************************





More information about the Beginners mailing list