sdl2 2.0.5

dotnet add package sdl2 --version 2.0.5
NuGet\Install-Package sdl2 -Version 2.0.5
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="sdl2" Version="2.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sdl2 --version 2.0.5
#r "nuget: sdl2, 2.0.5"
#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 sdl2 as a Cake Addin
#addin nuget:?package=sdl2&version=2.0.5

// Install sdl2 as a Cake Tool
#tool nuget:?package=sdl2&version=2.0.5

This is the Simple DirectMedia Layer, a generic API that provides low level access to audio, keyboard, mouse, and display framebuffer across multiple platforms.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on sdl2:

Package Downloads
BareE

A source first game engine framework.

sdl2pp

C++ wrapper for SDL2.

Drizzle2D-SDL2

A Simple 2D Game Engine Made in C++ & SDL

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.5 62,896 12/18/2016
2.0.3 11,407 12/25/2014

SDL 2.0.5 brings relative mouse mode for Mir, relative mouse mode on Wayland, audio capture support, various new SDL APIs, initial support for Raspberry Pi touchscreens, Apple TV support, and many other improvements and bug fixes.