Hi Orson,
 
thanks for the great work!
 
When I've developed the Cairo backend, my idea was not only to use Cairo for printing but also as rendering engine for eeschema. For example compare GEDA gschem, they use there Cairo as well and the screen output looks in my opinion much better than eeschema (antialiasing / freetype fonts).
 
On my machine I've found Cairo not that slow for smaller boards - but I have an Intel Core I7. Perhaps it makes sense to hide the Cairo switch in another menu entry?
 
There is also a third backend that I've written last year, Orson has not included it - it uses wxDC. But wxDC has some drawbacks, it does not support transparency. Perhaps still useful as fallback solution ..
 
Bye,
Torsten
 
Gesendet: Donnerstag, 07. November 2013 um 18:59 Uhr
Von: "Wayne Stambaugh" <stambau...@verizon.net>
An: Kein Empfänger
Cc: kicad-developers@lists.launchpad.net
Betreff: Re: [Kicad-developers] Cairo rendering backend
On 11/7/2013 12:36 PM, Maciej Sumiński wrote:
> On 11/05/2013 07:40 PM, Wayne Stambaugh wrote:
>> On 11/5/2013 4:33 AM, Maciej Sumiński wrote:
>>> Does anyone have anything against disabling switching (remove its hotkey
>>> and menu entry) to Cairo backend? I think it may only give a bad
>>> impression to users, as it is too slow for comfortable work. I am going
>>> to maintain it in case that there are changes in the GAL, but as it was
>>> said in the beginning - its main purpose is for PDF generation or
>>> printing.
>>>
>>> Regards,
>>> Orson
>>>
>>
>> I'm fine with disabling it. It's not useful for display rendering even
>> on my home computer which is very fast. I can't image how slow it must
>> be on an older system or laptop. Is there any other reason to Cairo
>> rendering around?
>>
>
> It could be used as a fallback renderer, but right now it is too slow
> for that, so - in fact, there is no sensible reason.
>
> Regards,
> Orson
>
>

Doesn't it make more sense to fallback to the wxDC rendering? It's
known to work well except under certain conditions on OSX. You cannot
perform any editing other than using the P&S router so I'm not sure that
it's very useful as a fallback.

Wayne


_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help : https://help.launchpad.net/ListHelp
_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to