shibukawa / vg4go

Vector Graphics library for golang
zlib License
15 stars 4 forks source link

Fps #1

Open joeblew99 opened 8 years ago

joeblew99 commented 8 years ago

I get 3 fps on a nexus 6. It works since its using web canvas, but the perf is terrible.

I expect the problem is ?

It's great to see this working, but to be useful to anyone it needs some architectural changes. I will have a look at the code a bit

shibukawa commented 8 years ago

There are several problems of performance issue:

Current status is just porting from nanovg. But in future, I will improve above features.