Hacker News new | ask | show | jobs
by yetihehe 850 days ago
It's not that slow, I was amazed by performance when I first used it, but maybe other libs are even faster.
1 comments

It's perfectly decent for a CPU renderer, CPU rendering is just slow.
I had to make a map module for python desktop application , options were either embed full browser inside and use google maps, or do it myself. C module using cairo was MUCH faster and easier to achieve in 2013. So much faster I didn't have to implement some optimizations I planned because it was already running at about 50fps on average computers with ~1000 individually drawn markers on a map. Requiring any gpu for this was not possible anyway.