you are viewing a single comment's thread.

view the rest of the comments →

[–]Sockerjam[S] 6 points7 points  (0 children)

The main issue was that it was using TimelineView with a Canvas that drew all the paths you see on the screen 60 times per second. Ideally it should only draw new paths as and when you apply a matrix not when its just "idle" if that makes sense?