azchohfi / LottieUWP

UWP port of Lottie(https://github.com/airbnb/lottie-android)
Apache License 2.0
274 stars 45 forks source link

Lottie Parser Bezier Length Optimization #53

Closed Daeho-Song closed 5 years ago

Daeho-Song commented 5 years ago

Our team(UIFW) optimized the Bezier Length Algorithms and replaced it with De Casteljau’s Algorithm. There is good improvement in Parsing time.

Daeho-Song commented 5 years ago

I'm sorry. I didn't add it.