Eto.RainbowLoading

April 9, 2022 ยท View on GitHub

Build NuGet License

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 VersionEto.Forms + SkiaSharp
pureskia

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();