Send Beginners mailing list submissions to
[email protected]
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
[email protected]
You can reach the person managing the list at
[email protected]
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 <[email protected]>
Subject: [Haskell-beginners] GUI library for beginners?
To: [email protected]
Message-ID: <[email protected]>
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 <[email protected]>
Subject: Re: [Haskell-beginners] GUI library for beginners?
To: [email protected]
Message-ID:
<[email protected]>
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 <[email protected]> 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
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 30, Issue 21
*****************************************