tvwenger / maxfield

An Ingress Linking and Fielding Strategy Generator
http://www.ingress-maxfield.com/
GNU General Public License v3.0
107 stars 58 forks source link

Speed up generating depth and frame images #16

Closed pwiecz closed 7 years ago

pwiecz commented 7 years ago

Do not recreate all the frames from scratch, but instead incrementally add new elements. Only update style of the few newly added elements. Makes time to generate each frame almost constant. E.g. generating a large plan with 477 frames went down on my computer by 13 minutes (from 16 minute to 3 minutes).

tvwenger commented 7 years ago

Thanks