kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #02727
Re: wxGraphicsContext more info
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"Marco Serantoni" <marco.serantoni@...>
-
Date:
Fri, 12 Jun 2009 10:16:20 -0000
-
In-reply-to:
<4A319B5B.7020001@...>
-
User-agent:
eGroups-EW/0.82
--- In kicad-devel@xxxxxxxxxxxxxxx, Dick Hollenbeck <dick@...> wrote:
> http://sourceforge.net/project/shownotes.php?release_id=651005
> is an interesting project.
> Also, I read somewhere that on the MAC, wxGraphicsContext was behind the
> actual implementation of wxDC. If true, then on the Mac there would be
> a performance increase by going to wxGraphicsContext, because we would
> be removing a layer.
> Did not have time to review the Mac wx source.
Dick indeed, wxGraphicsContext is almost near the way CORE_GRAPHICS engine works and is "wrapped" in wxDC.
I've to say that graphics is enough "fast" for me but anyway in those days i've planned to do a bit of profiling on the zooming/refreshing functions.
--
Marco
References