[Haskell-cafe] OK! I have a Mac with Snow Leopard 10.6.7?, Xcode 3.2.6, Haskell Platform 2011.2.0.1; What are 2or 3 ways so far to get a GUI graphics?

2011-06-05 Thread KC
-- 
--
Regards,
KC

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] OK! I have a Mac with Snow Leopard 10.6.7?, Xcode 3.2.6, Haskell Platform 2011.2.0.1; What are 2or 3 ways so far to get a GUI graphics?

2011-06-05 Thread Don Stewart
Answers cached on stackoverlow:

http://stackoverflow.com/questions/5612201/haskell-library-for-2d-drawing/5613788#5613788

for 2D graphics.

http://stackoverflow.com/questions/2860988/haskell-ui-framework

for UIs.

Cheers,
   Don

On Sun, Jun 5, 2011 at 8:18 PM, KC kc1...@gmail.com wrote:
 --
 --
 Regards,
 KC

 ___
 Haskell-Cafe mailing list
 Haskell-Cafe@haskell.org
 http://www.haskell.org/mailman/listinfo/haskell-cafe


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] OK! I have a Mac with Snow Leopard 10.6.7

2011-06-05 Thread Donn Cave
Quoth KC kc1...@gmail.com,

 ... Xcode3.2.6, Haskell Platform 2011.2.0.1
 What are 2or 3 ways so far to get a GUI  graphics?

http://www.haskell.org/haskellwiki/Using_Haskell_in_an_Xcode_Cocoa_project

... if you don't mind that there will be some Objective C involved.

I have written only a very minor application this way, that connects
to my IMAP service, retrieves a message by index and part, and displays
it in a text window.  The network connection and computation is Haskell,
so in this case only the absolute minimal Objective C.

Donn

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe