|
From: James T. <zak...@ma...> - 2017-01-27 15:42:34
|
> On 27 Jan 2017, at 15:06, Erik Hofman <er...@eh...> wrote: > > I just came across blend2d at phoronix.com: > https://blend2d.com/ > > It's goal is: > "Blend2D is a feature rich library that aims to support rendering > content defined by SVG, PDF, and other standards." > > At all sounds like a promising candidate to replace Shiva My suggestion is to use Skia (from Chrome), actually, since it has software and hardware backends. This would allow switching based on which gives better performance on a given machine, and easy porting to other devices, such as Android. The remote-canvas code is a proof-of-concept for this, the aim would be to use the same protocol to render the canvases in different threads. Kind regards, James |