Ultz.Native.SDL 2.30.8

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

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

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

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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.30.8 0 11/5/2024
2.30.1 27,844 4/23/2024
2.28.4 42,522 10/21/2023
2.24.3.1 28,820 4/6/2023
2.0.14.1 70,105 7/3/2021
2.0.14 1,572 5/7/2021
2.0.12 49,383 1/2/2021
2.0.12-pre2 3,937 8/12/2020
2.0.12-pre1 1,469 8/12/2020

Silk.NET Mobile Update

           - Added production-ready iOS support - wrap your Program.cs/IView code with SilkMobile.RunApp and run as-is!
           - Added the ability to programmatically focus a window using IWindow.Focus(). (thanks @mayatskiy/@Arugin)
           - Added a helper for custom IO in Assimp.
           - Added a ToString implementation for Vulkan handles to display the handle value.
           - Added some missing Flags attributes to enums, reducing the number of bitwise operation warnings on enums.
           - Updated to Vulkan 1.3.300.
           - Updated to OpenXR 1.1.42.
           - Updated to SDL 2.30.8.
           - Updated to MoltenVK 1.2.11.
           - Updated to DXVK 2.4.1.
           - Updated to OpenAL Soft 1.23.1.
           - Updated to shaderc 2024.3.
           - Updated to Assimp 5.4.1.
           - Updated to latest OpenGL specifications.
           - Updated to latest OpenCL specifications.
           - Updated to ImGui.NET 1.90.8.1. (thanks @matt-edmondson)
           - Updated DirectX/Windows bindings to 10.0.26100.0.
           - Updated WebGPU/wgpu/dawn bindings.
           - Updated SPIR-V Reflect, Cross, Headers, and Tools to their latest Vulkan 1.3.296 version.
           - Updated ANGLE binaries for macOS. (thanks @ramezgerges/Uno Platform)
           - Improved native binary packaging. (thanks @joskuijpers, @alexrp)
           - Fixed Android 14/API 34 RECEIVER_EXPORTED/RECEIVER_NOT_EXPORTED errors.
           - Fixed WGPU binaries being out of sync with the bindings API surface and crashing as a result.
           - Fixed MultiNativeContext reporting present symbols as missing, affecting WGL, OpenAL, and Vulkan in some cases.
           - Fixed native packages not correctly applying when being referenced transitively on .NET Framework and .NET 6+ mobile.
           - Fixed windows being stuck when minimising where a recursive call to DoEvents in callbacks is used.
           - Fixed changes to the standard cursor type not being accurately reflected on the GLFW backend.
           - Fixed Silk.NET.Core not checking its own directory for native binaries.
           - Fixed an ImGui memory leak. (thanks @rbertels)
           - Fixed being unable to obtain Wayland window pointers when GLFW is compiled with both X11 and Wayland.
           - Miscellaneous bugfixes and improvements.

           Special thanks to Stride for sponsoring this 2.X update and our contributors for their contributions and continued interest in the project.
           The Silk.NET team are hard at work on 3.0, with 2.X updates continuing with the support of contributors and sponsors.
           Learn more at https://github.com/dotnet/Silk.NET