SharpDX.Direct2D1
by: Alexandre Mutel
- 918 total downloads
- Latest version: 4.2.0
Assembly providing DirectX - Direct2D, DirectWrite and WIC managed API.
SharpDX.Direct3D11
by: Alexandre Mutel
- 916 total downloads
- Latest version: 4.2.0
Assembly providing DirectX - Direct3D11, Direct3D11.1 and Effects11 managed API.
SharpDX.DXGI
by: Alexandre Mutel
- 950 total downloads
- Latest version: 4.2.0
Assembly providing DirectX - DXGI managed API.
SharpDX.XInput
by: Alexandre Mutel
- 743 total downloads
- Latest version: 4.2.0
Assembly providing DirectX - XInput managed API.
SharpGen.Runtime
by: jkoritzinsky
- 674 total downloads
- Latest version: 2.4.2-beta
Support classes for code generated by SharpGen.
SharpGen.Runtime.COM
by: jkoritzinsky
- 531 total downloads
- Latest version: 2.4.2-beta
C# COM Interop classes for use with SharpGenTools generated libraries
SharpZipLib
by: ICSharpCode
- 98 total downloads
- Latest version: 1.3.3
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)
SixLabors.Core
by: Six Labors
- 112 total downloads
- Latest version: 1.0.0-beta0006
Low level primitives for use across Six Labors projects..
SixLabors.Fonts
by: Six Labors and contributors
- 355 total downloads
- Latest version: 1.0.0-beta0007
A cross-platform library for loading and laying out for processing and measuring; written in C#
SixLabors.ImageSharp
by: Six Labors and contributors
- 264 total downloads
- Latest version: 3.1.12
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SixLabors.ImageSharp.Drawing
by: SixLabors and contributors
- 68 total downloads
- Latest version: 1.0.0-beta0005
An extension to ImageSharp that allows the drawing of images, paths, and text.
SixLabors.Shapes
by: Six Labors and contributors
- 363 total downloads
- Latest version: 1.0.0-beta0007
Polygon manipulation/merging and interrogation library.
It's a fully managed netstandard library so should work everywhere.
SixLabors.Shapes.Text
by: Six Labors and contributors
- 219 total downloads
- Latest version: 1.0.0-beta0007
Allows generating glyphs for text and a font for manipulation using SixLabors.Shapes
SkiaSharp
by: Microsoft
- 997 total downloads
- Latest version: 2.80.0-preview.14
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.NativeAssets.Linux
by: Microsoft
- 597 total downloads
- Latest version: 3.118.0-preview.1.2
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.NativeAssets.WebAssembly
by: Microsoft
- 1.131k total downloads
- Latest version: 2.88.9
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.
Splat
by: Paul Betts
- 486 total downloads
- Latest version: 3.0.0
A library to make things cross-platform that should be
Sprache
by: Nicholas Blumhardt Contributors
- 822 total downloads
- Latest version: 2.3.2-develop-00043
Sprache is a simple, lightweight library for constructing parsers directly in C# code.
SQLitePCLRaw.bundle_green
by: Eric Sink
- 373 total downloads
- Latest version: 1.1.15
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: iOS=system SQLite, others=e_sqlite3 included
SQLitePCLRaw.core
by: Eric Sink et al
- 391 total downloads
- Latest version: 1.1.14
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. In order to use this package, you will need to also add one of the SQLitePCLRaw.provider.* packages and call raw.SetProvider(). Convenience packages are named SQLitePCLRaw.bundle_*.