Eto.SkiaDraw 0.1.0-ci.19

This is a prerelease version of Eto.SkiaDraw.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Eto.SkiaDraw --version 0.1.0-ci.19
NuGet\Install-Package Eto.SkiaDraw -Version 0.1.0-ci.19
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Eto.SkiaDraw" Version="0.1.0-ci.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Eto.SkiaDraw --version 0.1.0-ci.19
#r "nuget: Eto.SkiaDraw, 0.1.0-ci.19"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Eto.SkiaDraw as a Cake Addin
#addin nuget:?package=Eto.SkiaDraw&version=0.1.0-ci.19&prerelease

// Install Eto.SkiaDraw as a Cake Tool
#tool nuget:?package=Eto.SkiaDraw&version=0.1.0-ci.19&prerelease

Eto.SkiaDraw

Build Quality Gate Status NuGet License

Provides an Eto.Forms view control that allows using SkiaSharp functionality for drawing and let Eto do the rendering.

Demo applications : https://nightly.link/rafntor/Eto.SkiaDraw/workflows/build/master

Quickstart

Use NuGet to install Eto.SkiaDraw, then subclass a Eto.SkiaDraw.SkiaDrawable and override the OnPaint event like in the following example:

class TestView : SkiaDrawable
{
   protected override void OnPaint(SKCanvas canvas)
   {
      SKColor [] colors= { SKColors.DeepPink, SKColors.DeepSkyBlue };

      for (int i=0;i<5; ++i)
         canvas.DrawOval(Width / 2, Height / 2, Width/(3+i), Height / (3+i), new SKPaint() { Color = colors[i % 2] });
   }
}

alternate text is missing from this package README image

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Eto.SkiaDraw:

Package Downloads
OxyPlot.Eto.Skia

OxyPlot plotting library for Eto.Forms based on SkiaSharp

LiveChartsCore.SkiaSharpView.Eto

Simple, flexible, interactive and powerful data visualization for Eto.Forms.

Mapsui.Eto

Eto.Forms map components based on the Mapsui library

Eto.RainbowLoading.Skia

A SkiaSharp implementation based of the famous Android loading indicator for Eto.Forms .

Eto.Microcharts

Provides an Eto.Forms view control for Microcharts.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Eto.SkiaDraw:

Repository Stars
beto-rodriguez/LiveCharts2
Simple, flexible, interactive & powerful charts, maps and gauges for .Net, LiveCharts2 can now practically run everywhere Maui, Uno Platform, Blazor-wasm, WPF, WinForms, Xamarin, Avalonia, WinUI, UWP.
microcharts-dotnet/Microcharts
Create cross-platform (Xamarin, Windows, ...) simple charts.
Mapsui/Mapsui
Mapsui is a .NET Map component for: MAUI, WPF, Avalonia, Uno, Blazor, WinUI, Xamarin and Eto
Version Downloads Last updated
0.2.1-ci.20 168 5/29/2022
0.2.1-ci.19 121 5/29/2022
0.2.1-ci.17 122 5/29/2022
0.2.1-ci.15 124 5/27/2022
0.2.1-ci.14 131 4/9/2022
0.2.1-ci.12 118 4/9/2022
0.2.1-ci.11 123 4/2/2022
0.2.1-ci.10 127 4/9/2022
0.2.1-ci.8 139 3/2/2022
0.2.1-ci.6 115 3/1/2022
0.2.1-ci.4 121 3/1/2022
0.2.1-ci.2 119 3/1/2022
0.2.0 28,699 2/7/2022
0.1.1-ci.3 122 2/5/2022
0.1.1-ci.2 138 2/1/2022
0.1.0 1,614 1/20/2022
0.1.0-ci.21 137 1/20/2022
0.1.0-ci.19 136 1/16/2022
0.1.0-ci.18 159 1/15/2022
0.1.0-ci.17 134 1/15/2022
0.1.0-ci.16 160 1/15/2022
0.1.0-ci.14 130 1/14/2022
0.1.0-ci.13 135 1/14/2022
0.1.0-ci.11 138 1/14/2022
0.1.0-ci.10 133 1/14/2022
0.1.0-ci.9 134 1/14/2022
0.1.0-ci.8 131 1/14/2022
0.1.0-ci.7 133 1/14/2022
0.1.0-ci.6 166 1/14/2022