[Mono-winforms-list] Project status of WinForms on MacOS

Geoff Norton gnorton at novell.com
Mon Oct 29 14:59:34 EDT 2007


Brock,
> - How much support does this effort have? I know the windowing side is 
> early ( XplatUIOSX ).

Its still very premature to consider using it for deployed applications, 
however its far enough along that you can start working with it / 
submitting patches for it :)
> - Do you guys know the state of Cairo to Quartz. I have heard things 
> that it is just drawing to a bitmap and then drawing that instead of 
> using the raw Quartz API's. There has been work on it recently.
>

Cairo currently draws to a CGBitmapContext and blits the result to a 
real CGContext.  This is slower than drawing directly on a CGContext but 
there are a number of reasons that cairo does this (mostly explained in 
the cairo-quartz-surface.c file).

-g



More information about the Mono-winforms-list mailing list