← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] wxWidgets 2.8 under Graphics Abstraction Layer Lib (GAL)

 

Le 14/12/2010 17:06, Dick Hollenbeck a écrit :
On 12/14/2010 09:38 AM, Lorenzo Marcantonio wrote:
On Tue, 14 Dec 2010, Dick Hollenbeck wrote:

I had a cathartic moment this weekend when the BLIT operations under wxwidgets on
linux flunked in the extreme.
I don't yet know what the better alternative is yet, just know we need one.  For
gerbview, cairo and pixman are in my scope, and some research can be put into
techiques in gerbv and its graphical foundations, which I think are cairo and pixman.
In my experience cairo is slower than anything I've seen (maybe even
a Java2D would be faster).

Well you obviously did not recompile the latest gerbview with the patch that was
discussed Sunday night.

20 seconds to update 12 gerver layers or so, on a super fast computer.

cairo is NOT the slowest.  Besides, current testing should speak louder than past
experiences.  I don't have an opinion yet on what is best for us.  I just KNOW it aint
what we are using.


  Look at gerbv in cairo mode to get an idea.
pixman looks more promising but I've no experience on it.


For info: I spent some hours to test latest Gerbview, under Linux Ubuntu 10.10 , Windows XP and Vista.
I used a 10 layers very large board (9500 pads/vias, 27000 track segments, a lot of copper areas)
on my computer (a very common and low cost PC with a basic graphic card)with a single 1200x1000 pixels monitor.
I do not have any speed issues:
The new Gerbview is faster than the old version (at least as fast as Gerbv on my computer).
The copy mode is roughly as fast as the or mode.
When Gerbview is full screen, it takes about 1 second to redraw the screen (less than pcbnew to redraw the board).

So "20 seconds to update 12 gerver layers or so, on a super fast computer" could be due to an other problem,
even with monitor that have more pixels than mine.

Having said this, I think if you are motivated to work on a new graphic alternative using the experimental Torsten's work,
this is a *very good* news.

I do not know if cairo or an other tool is faster or not.
The answer will come from tests with very large boards on a lot of different computers and OS.

But we can find a lot of enhancements (anti aliasing, better and more powerful graphic primitives ...)
One of most important issues with the current wxDC implementation is the fact one cannot have a scaling factor for graphic texts.
This is the main reason why Eeschema does not use usual fonts.

Cairo is a candidate, but have also a look to sfml2:
Developers are actively working on it.
It is multi platform.
It use currently cmake.
It is small.
It could be an other serious candidate.


--
Jean-Pierre CHARRAS




Follow ups

References