sdl2_image.nuget 2.8.8

dotnet add package sdl2_image.nuget --version 2.8.8
                    
NuGet\Install-Package sdl2_image.nuget -Version 2.8.8
                    
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_image.nuget" Version="2.8.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="sdl2_image.nuget" Version="2.8.8" />
                    
Directory.Packages.props
<PackageReference Include="sdl2_image.nuget" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add sdl2_image.nuget --version 2.8.8
                    
#r "nuget: sdl2_image.nuget, 2.8.8"
                    
#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.
#addin nuget:?package=sdl2_image.nuget&version=2.8.8
                    
Install sdl2_image.nuget as a Cake Addin
#tool nuget:?package=sdl2_image.nuget&version=2.8.8
                    
Install sdl2_image.nuget as a Cake Tool

Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games.

SDL officially supports Windows, Mac OS X, Linux, iOS, and Android. Support for other platforms may be found in the source code.

SDL is written in C, works natively with C++, and there are bindings available for several other languages, including C# and Python.

---

Is this package outdated? Report here: https://github.com/kosmotema/sdl2-nuget

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.8.8 178 12 days ago
2.8.6 89 12 days ago
2.8.5 93 12 days ago
2.8.4 98 12 days ago
2.8.3 105 12 days ago
2.8.2 3,461 1/1/2024
2.8.1 250 12/14/2023
2.8.0 205 12/7/2023
2.6.3 2,217 2/22/2023
2.6.2 831 11/8/2022
2.6.1 819 8/6/2022
2.6.0 697 7/13/2022
2.0.5 10,606 7/3/2019
2.0.4 4,374 11/9/2018
2.0.3.2 2,244 9/22/2018
2.0.3.1 907 9/20/2018
2.0.3 1,187 8/3/2018

This is a stable bugfix release, with the following changes:
* Fixed alpha in less than 32-bit ICO and CUR images