Hacker News new | ask | show | jobs
by 1propionyl 568 days ago
> There isn’t really anything commonly “native” as powerful as skia for 2D drawing

Cairo?

1 comments

I love Cairo, but it’s just not in the same feature or performance ballpark as skia. There’s a reason even Firefox adopted skia. Skia is like the V8 of 2D drawing libraries, just a ton of continual investment into optimization. I used to work on cairo and pixman, it’s great, very straightforward but not finely tuned for performance on modern hardware.