[Mono-winforms-list] Drawing performance
Vladimir Moushkov
vlindos at nucleusys.com
Tue Jul 19 09:16:41 EDT 2005
Thank you for the answear. The X11 performance is terrible, for example
editing text is totaly unusable ( no right click for copy/paster instead
the text get garbiged display ), multiple click on the text gets throwing
exception and so on..., sometime text is doubled (offset on redrawing ??)
Its is interesting to know from where are comming the all these issues are
they all cairo related .. ?
> I assume you mean the performance on platforms other than windows? (as
> mono on Windows uses the actual MS gdiplus library; it's performance is
> fine, and its as fast as it will get).
> On other platforms mono is using Cairo. Cairo is still in
> development (0.5 I believe). The maintainers are working on stabilizing
> the API and behavior before they look into performance.
> The performance isn't great right now, but it's not horrible.
> Make sure you are drawing as efficiently as possible (double buffering,
> invalidate only the changed area, etc.). Other than that, it will just
> take time.
> In regards to theming (assuming you mean a theme other than
> Win32, such as GTK)? The theming infrastructure exists in mono winforms
> today, but the only one actively developed on is Win32. GTK was started,
> but I believe it has fallen by the wayside. Feel free to implement items
> in the GTK theme to match there Win32 counterparts (ThemeGtk.cs).
>
> - Jonathan
>
> -----Original Message-----
> From: mono-winforms-list-bounces at lists.ximian.com
> [mailto:mono-winforms-list-bounces at lists.ximian.com] On Behalf Of
> Vladimir Moushkov
> Sent: Tuesday, July 19, 2005 8:36 AM
> To: mono-winforms-list at lists.ximian.com
> Subject: [Mono-winforms-list] Drawing performance
>
> Hi again,
> hope found the right mailing list for that question. But the drawing
> performance is so terrable ( and so buggy )? Will soon get stabilze ?
> What
> can be done for helping it and what could be done for get theming
> support
> ?
>
>
>
> _______________________________________________
> Mono-winforms-list maillist - Mono-winforms-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>
>
>
More information about the Mono-winforms-list
mailing list