[Mono-list] Cross-Platform GUI Tookit

Miguel de Icaza miguel at xamarin.com
Sun Nov 16 02:35:47 UTC 2014


>
>
> Windows.Forms is the oldest and junkiest thing available, even on
> Windows.  It's even worse on mono because it's buggy, and worse still on
> OSX because it requires X11.
>

On Windows it is quite decent, it is a thin layer on top of the native
Win32 API.   So if you want a simple Win32 app, it is ideal.

On Mac, you are slightly wrong.   There are two backends.   An X11 backend
and a Cocoa backend, so you do not need X11 to run those app,

That said, it contains both bugs as well as limitations based on the light
Win32 emulation.


>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20141115/9ea656c3/attachment.html>


More information about the Mono-list mailing list