Hi,
My app is stuttering because of a large amount of lines I must constantly update. the arrays are made of geolocations. What is the fastes way to draw lines on IOS? I’ve allready tried making just a ofLine,tried ofmesh and updating the points ( had to tesselate to make visible), ofPolyLine too slow, etc.
Is there a way to update the position of the lines?
Threading maybe a solution?