true-bend icon indicating copy to clipboard operation
true-bend copied to clipboard

Optimize `draw`

Open thomthom opened this issue 6 years ago • 0 comments

Lots of stuff is re-computed on every draw. Create DrawingCache (copy from other project) and split the drawing logic into bucket of when they need to re-compute.

The drawing for the selected instance doesn't change until the geometry change. This can be cached longer.

The bending preview needs to be updated upon user input.

thomthom avatar Apr 23 '18 20:04 thomthom