/Eto.RainbowLoading

An implementation of the famous Android loading indicator for Eto.Forms

Primary LanguageC#MIT LicenseMIT

Eto.RainbowLoading

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 Version Eto.Forms + SkiaSharp
pure skia

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