Ultz.Native.SDL 2.28.4

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Ultz.Native.SDL --version 2.28.4
NuGet\Install-Package Ultz.Native.SDL -Version 2.28.4
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="Ultz.Native.SDL" Version="2.28.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ultz.Native.SDL --version 2.28.4
#r "nuget: Ultz.Native.SDL, 2.28.4"
#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 Ultz.Native.SDL as a Cake Addin
#addin nuget:?package=Ultz.Native.SDL&version=2.28.4

// Install Ultz.Native.SDL as a Cake Tool
#tool nuget:?package=Ultz.Native.SDL&version=2.28.4

Silk.NET Logo

Silk.NET is your one-stop-shop for high-speed .NET multimedia, graphics, and compute; providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX.

Use Silk.NET to spruce up applications with cross-platform 3D graphics, audio, compute and haptics!

Silk.NET works on any .NET Standard 2.0 compliant platform, including .NET 6.0, Xamarin, .NET Framework 4.6.1+, and .NET Core 2.0+.

.NET Foundation

Proud to be an official project under the benevolent .NET Foundation umbrella.

Features

Performance

Having poured lots of hours into examining generated C# code and its JIT assembly, you can count on us to deliver blazing fast bindings with negligible overhead induced by Silk.NET!

Up-to-date

With an efficient bindings regeneration mechanism, we are committed to ensuring our bindings reflect the latest specifications with frequent updates generated straight from the upstream sources.

High-level utilities

In addition to providing high-speed, direct, and transparent bindings, we provide high-level utilities and wrappers to maximise productivity in common workloads such as platform-agnostic abstractions around Windowing and Input, bringing your apps to a vast number of platforms without changing a single line!

Good-to-go

Silk.NET caters for anything you could need in swift development of multimedia, graphics, compute applications. Silk.NET is an all-in-one solution, complete with Graphics, Compute, Audio, Input, and Windowing.

Funding

Silk.NET requires significant effort to maintain, as such we greatly appreciate any financial support you are able to provide!

This helps ensure Silk.NET's long term viability, and to help support the developers who maintain Silk.NET in their free time. Kai is accepting GitHub Sponsorships.

Further resources

Licensing and governance

Silk.NET is distributed under the very permissive MIT/X11 license and all dependencies are distributed under MIT-compatible licenses.

Silk.NET is a .NET Foundation project, and has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Ultz.Native.SDL:

Package Downloads
Silk.NET.SDL The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Ultz.Native.SDL:

Repository Stars
dotnet/Silk.NET
The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
Version Downloads Last updated
2.28.4 20,586 10/21/2023
2.24.3.1 25,219 4/6/2023
2.0.14.1 65,853 7/3/2021
2.0.14 1,472 5/7/2021
2.0.12 43,979 1/2/2021
2.0.12-pre2 3,588 8/12/2020
2.0.12-pre1 1,405 8/12/2020

Silk.NET October 2023 Update

           - Added SPIR-V Reflect bindings
           - Added SPIR-V Cross bindings
           - Added Shaderc bindings
           - Added WIC/WindowsCodecs bindings (thanks @hez2010)
           - Added multi-channel formats support for OpenAL (thanks @aleksrutins)
           - Added EffectTarget support for OpenAL Soft (thanks @okaniku, @doobah)
           - Added MoltenVK support for iOS (massive thank you to @zvasya for contributing and testing)
           - Added macOS support for the CreateWebGPUSurface helper function (thanks @AsgardXIV)
           - Added the ability to load MoltenVK directly as a fallback should the Vulkan Loader be unavailable on macOS
           - Added trimming support with an option to enable/disable static-linking support at link time
           - Added WinRT interoperability support for Direct3D 11.
           - Added the ability to query extensions from specific Vulkan layers using the Silk.NET helpers
           - Added extension methods on IGamepad to return Thumbstick state instead of requiring use of the indexers (thanks @jvyden)
           - Added ref properties for Vulkan chain constituents (thanks @khitiara)
           - Added Apple Silicon binaries for Assimp (thanks @jschieck)
           - Added compatibility with Linux distributions using as early as glibc 2.16
           - Added equality operators and IEquatable to Bool32 (thanks @Syncaidius)
           - Added ToSystem/ToGeneric as extension methods (rather than plain static functions) to convert to/from Silk.NET.Maths types (thanks @Wafer-EX)
           - Added discriminant values to PinObjectMarshaller to tie pinned handles to state to which the pin pertains
           - Updated to Vulkan 1.3.266
           - Updated to OpenXR 1.0.30
           - Updated to SDL 2.28.1
           - Updated to MoltenVK 1.2.5
           - Updated to latest WebGPU headers
           - Updated to latest OpenCL specifications
           - Updated to latest OpenGL specifications
           - Improved allocations in the Silk.NET Loader (thanks @Youssef1313)
           - Improved robustness of HLU on AOT compilations
           - Fixed WGPU not loading with the correct filename on Windows
           - Fixed COM V-Table indices not matching the Clang-reported V-Table index in some cases (DirectWrite/D2D1/DComp)
           - Fixed OpenAL throwing when loading an extension prefixed with ALC_ instead AL_
           - Fixed WGL.GetApi throwing a NotImplementedException
           - Fixed library loading failing on platforms that do not have a libdl.so symlink (we are now using libdl.so.2, thanks @CasualPokePlayer)
           - Fixed a StackOverflowException when using SetWindowIcon in some cases with Silk.NET.Windowing
           - Fixed GLFW crashing in some cases where multiple windows are used
           - Fixed WebGPU using the incorrect size for booleans
           - Fixed a memory leak with some string marshalling functions

           If you are using Silk.NET with an iOS or Android application, please enable trimming and set TrimMode to full.