SharpZipLib
by: ICSharpCode
- 254 total downloads
- Latest version: 1.4.2
SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)
SkiaSharp.NativeAssets.Linux
by: Microsoft
- 930 total downloads
- Latest version: 4.147.0-preview.3.1
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SkiaSharp.HarfBuzz
by: Microsoft
- 1,229k total downloads
- Latest version: 4.150.0-preview.1.1
This package adds text shaping support to SkiaSharp via HarfBuzz.
Sharpnado.TaskMonitor
by: Jean-Marie Alfonsi
- 54 total downloads
- Latest version: 1.0.2
Free yourself from async void!
TaskMonitor is a task wrapper component helping you to deal with "fire and forget" Task (non awaited task) by implementing async/await best practices.
Featuring:
* Safe execution of your non awaited tasks
* Delegates for all states of the loaded task
* Builder pattern for more elegant construction and deferred execution
* Support for task with result
* Default handling of errors and statistics
* Global configuration for statistics and errors handler
* Consider globally or locally the cancel state as faulted to simplify your workflow
SixLabors.Shapes
by: Six Labors and contributors
- 431 total downloads
- Latest version: 1.0.0-beta0009
Fully managed polygon manipulation/merging and interrogation library targeting netstandard.
SkiaSharp.Views.Desktop.Common
by: Microsoft
- 1,219k total downloads
- Latest version: 4.147.0-preview.3.1
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
Sharpnado.Shadows
by: Jean-Marie Alfonsi
- 64 total downloads
- Latest version: 1.2.1
Add as many custom shadows as you like to any Xamarin.Forms view (Android, iOS, UWP, Tizen).
* You can specify each shadow Color, Opacity, Blur, and Offset
* You can add one shadow, 3 shadows, 99 shadows, to any Xamarin.Forms element
* Implement easily Neumorphism
* Animate any of these property and make the shadows dance around your elements
* The only dependency is `Xamarin.Forms`, no `AndroidX`, no `SkiaSharp` (except Tizen) needed!
Performance: Implemented with custom draw on Android, CALayer on iOS, SpriteVisual on UWP, SkiaSharp on Tizen.
Mandatory initialization on iOS:
Xamarin.Forms.Forms.Init();
Sharpnado.Shades.iOS.iOSShadowsRenderer.Initialize();
Mandatory initialization on UWP:
var rendererAssemblies = new[] { typeof(UWPShadowsRenderer).GetTypeInfo().Assembly };
Xamarin.Forms.Forms.Init(e, rendererAssemblies);
Mandatory initialization on Tizen:
Xamarin.Forms.Forms.Init();
Sharpnado.Shades.Tizen.TizenShadowsRenderer.Initialize();
SkiaSharp
by: Microsoft
- 2,18k total downloads
- Latest version: 4.150.0-preview.1.1
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SkiaSharp.Views.WindowsForms
by: Microsoft
- 1,263k total downloads
- Latest version: 4.147.0-preview.3.1
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
SixLabors.PolygonClipper
by: Six Labors and contributors
- 4 total downloads
- Latest version: 1.0.0
Package Description
SkiaSharp.NativeAssets.macOS
by: Microsoft
- 770 total downloads
- Latest version: 4.147.0-preview.3.1
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SkiaSharp.Views.Gtk2
by: Microsoft
- 1,354k total downloads
- Latest version: 2.88.9
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
SixLabors.ImageSharp.Drawing
by: Six Labors and contributors
- 222 total downloads
- Latest version: 3.0.0
Drawing extensions for ImageSharp with support for shapes, paths, text, and image rendering.
SixLabors.Fonts
by: Six Labors and contributors
- 713 total downloads
- Latest version: 3.0.0
A cross-platform library for loading and laying out fonts for processing and measuring; written in C#
SixLabors.ImageSharp
by: Six Labors and contributors
- 618 total downloads
- Latest version: 4.0.0
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SkiaSharp.Views
by: Microsoft
- 2,053k total downloads
- Latest version: 4.147.0-preview.3.1
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
SimpleInjector
by: Simple Injector Contributors
- 1,922k total downloads
- Latest version: 5.5.2
Simple Injector is an easy, flexible and fast dependency injection library that uses best practice to guide your solutions toward the pit of success.
SixLabors.Shapes.Text
by: Six Labors and contributors
- 289 total downloads
- Latest version: 1.0.0-beta0009
Allows generating glyphs for text and a fonts for manipulation using SixLabors.Shapes
SkiaSharp.NativeAssets.Win32
by: Microsoft
- 748 total downloads
- Latest version: 4.147.0-preview.3.1
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SixLabors.Core
by: Six Labors
- 154 total downloads
- Latest version: 1.0.0-beta0008
Low level primitives for use across Six Labors projects.