mgierlasinski / MagicGradients

Draw breathtaking backgrounds in your Xamarin.Forms application. It's a kind of magic.
MIT License
369 stars 22 forks source link

GPU accelerated rendering #159

Closed mgierlasinski closed 3 years ago

mgierlasinski commented 3 years ago

Adds GradientGLView alternative for GPU rendering. Improves performance of complex gradients, especially radials on UWP.

Usage of GradientGLView is optional at the moment if standard GradientView is lacking performance.

There is a SkiaSharp bug on UWP which may cause crashes in some scenarios: https://github.com/mono/SkiaSharp/issues/1573