kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #03933
Re: wxGCDC (was Re: Re: R2217 bugs)
Hi Marco,
Yes, you're right, the additional cost is another library to maintain. However the bonus is, that it helps to accelerate the drawing speed - exactly because it was optimized for speed. AFAIK even antialiasing should work. It's well supported for Linux / Windows (mingw) / Mac OS X.
I could imagine that for KiCad is a abstract graphics layer is created and different rendering engines are used as plugins (like for instance some emulators use).
I'll play with it at the weekend.
http://redkiing.wordpress.com/2009/08/05/why-sfml-rocks-and-why-you-should-use-it/
Bye..
Torsten
> The library looks nice but i think the overhead of mantain this library in
> kicad and the time spent to adapt the code will be higher than the
> benefits.
> Wxwindows already does all those things using native platform code, the
> problem we are talking about is to change how the application uses those API
> and prepare the code to use newer API.
>
> The application for example manages the ZOOM itself and probably could
> rely on what is already exposed by the library or for example we could use
> graphic calls with group primitives instead with single primitives.
>
> --
> Marco
>
--
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
Follow ups
References