azchohfi / LottieUWP

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

Initial work for using Composition. #3

Closed azchohfi closed 7 years ago

azchohfi commented 7 years ago

Not done yet, but it's already covering all scenarios that were working before (+ radial gradient and disposing bitmaps). Still, more work is needed on the BitmapCanvas class to make it blend images so masks works.

ratishphilip commented 7 years ago

Use CompositionProToolkit. It has several helper classes for Composition and Win2d which will help you.

azchohfi commented 7 years ago

I'm going to merge this as it's good enough for a beta release, but I'll keep the work on masks, mattes and the next big step is getting out of the UI Thread.