Awesome
Eto.RainbowLoading
Provides Eto.Forms implementations of the famous Android loading indicator. Adapted from RainbowLoading.Forms.
Two variations are available where the pure Eto-Edition is the leanest whereas the Eto/SkiaSharp-Edition adds a shadow-effect to the animation.
Pure Eto.Forms Version | Eto.Forms + SkiaSharp |
---|---|
Demo applications : https://nightly.link/rafntor/Eto.RainbowLoading/workflows/build/master
Quickstart
Use NuGet to install Eto.RainbowLoading
, then add the following to your Form or Container:
this.Content = new RainbowLoading();