SharpDX by: Alexandre Mutel
  • 189 total downloads
  • Latest version: 4.2.0
  • SharpDX DirectX Direct3D Multimedia MDX 3D
Core assembly for all SharpDX assemblies.
SharpDX.D3DCompiler by: Alexandre Mutel
  • 189 total downloads
  • Latest version: 4.2.0
  • SharpDX DirectX Direct3D Multimedia MDX 3D
Assembly providing DirectX - D3DCompiler managed API.
SharpDX.Direct2D1 by: Alexandre Mutel
  • 188 total downloads
  • Latest version: 4.2.0
  • SharpDX DirectX Direct3D Multimedia MDX 3D 3D Direct2D D2D DirectWrite DWrite WIC
Assembly providing DirectX - Direct2D, DirectWrite and WIC managed API.
SharpDX.Direct3D9 by: Alexandre Mutel
  • 189 total downloads
  • Latest version: 4.2.0
  • SharpDX DirectX Direct3D Multimedia MDX 3D Direct3D9 D3D9
Assembly providing DirectX - Direct3D9 managed API.
SharpDX.DXGI by: Alexandre Mutel
  • 188 total downloads
  • Latest version: 4.2.0
  • SharpDX DirectX Direct3D Multimedia MDX 3D DXGI
Assembly providing DirectX - DXGI managed API.
Shiny.Core by: Allan Ritchie
  • 1.657k total downloads
  • Latest version: 3.4.0-beta-0010
  • xamarin ios android ble bluetooth bluetoothle push notifications sensors geofences gps location background jobs settings speech sensors
The Shiny Core Foundation where all Shiny modules are built on
Shiny.Extensions.DependencyInjection by: Shiny.Extensions.DependencyInjection
  • 187 total downloads
  • Latest version: 5.1.5
  • shiny dependencyinjection di dependency sourcegeneration
Utilities for Microsoft.Extensions.DependencyInjection as well as source generation to remove some boilerplating
Shiny.Extensions.Reflector by: Shiny.Extensions.Reflector
  • 79 total downloads
  • Latest version: 5.1.5
  • shiny reflection sourcegeneration
A high speed reflection library... without the actual reflection
Shiny.Jobs by: Allan Ritchie
  • 942 total downloads
  • Latest version: 3.4.0-beta-0010
  • xamarin ios android ble bluetooth bluetoothle push notifications sensors geofences gps location background jobs settings speech sensors
Shiny Background Jobs
Shiny.Reflector by: Shiny.Reflector
  • 42 total downloads
  • Latest version: 1.7.2
  • shiny reflection sourcegeneration
A high speed reflection library... without the actual reflection
Shiny.Support.DeviceMonitoring by: Allan Ritchie
  • 373 total downloads
  • Latest version: 3.4.0-beta-0010
  • xamarin ios android ble bluetooth bluetoothle push notifications sensors geofences gps location background jobs settings speech sensors
Shiny Support Library for connectivity and battery
Shiny.Support.Repositories by: Allan Ritchie
  • 465 total downloads
  • Latest version: 3.4.0-beta-0010
  • xamarin ios android ble bluetooth bluetoothle push notifications sensors geofences gps location background jobs settings speech sensors
Shiny Internal Repository Library
SkiaSharp by: Microsoft
  • 958 total downloads
  • Latest version: 4.152.0-preview.1.1
  • graphics cross-platform skiasharp skia ios android linux windows tvos macos tizen
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.NoDependencies by: Microsoft
  • 829 total downloads
  • Latest version: 4.152.0-preview.1.1
  • graphics cross-platform skiasharp skia ios android linux windows tvos macos tizen
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. This variation of the Linux native assets includes the build of libSkiaSharp.so that does not have any dependencies on third-party libraries. The complete dependency list is: - libpthread.so.0 - libdl.so.2 - libm.so.6 - libc.so.6 - ld-linux-x86-64.so.2 The excluded dependencies are: - Fontconfig
SkiaSharp.NativeAssets.macOS by: Microsoft
  • 517 total downloads
  • Latest version: 4.152.0-preview.1.1
  • graphics cross-platform skiasharp skia ios android linux windows tvos macos tizen
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.Win32 by: Microsoft
  • 517 total downloads
  • Latest version: 4.152.0-preview.1.1
  • graphics cross-platform skiasharp skia ios android linux windows tvos macos tizen
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.Desktop.Common by: Microsoft
  • 837 total downloads
  • Latest version: 4.152.0-preview.1.1
  • graphics cross-platform skiasharp skia ios android linux windows tvos macos tizen
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
SQLitePCLRaw.bundle_green by: Eric Sink
  • 925 total downloads
  • Latest version: 2.1.11
  • sqlite
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. Note that this bundle is identical to bundle_e_sqlite3, except on iOS where it uses the system SQLite library instead of e_sqlite3. In other words, when you use this bundle in a cross-platform app, your app is not using the same SQLite build configuration on all platforms.
SQLitePCLRaw.core by: Eric Sink
  • 974 total downloads
  • Latest version: 3.0.5
  • sqlite
SQLitePCLRaw 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().
SQLitePCLRaw.lib.e_sqlite3 by: Eric Sink
  • 650 total downloads
  • Latest version: 3.53.3
  • sqlite
This package contains builds of the native SQLite code for various platforms. These builds have "e_sqlite3" as the base name. The first three numbers in the version number of this package indicate the version of SQLite that was used to build it. The fourth number, if there is one, is incremented as needed for packaging-specific changes.