Ultz.Native.SDL
2.0.14.1
Prefix Reserved
Install-Package Ultz.Native.SDL -Version 2.0.14.1
dotnet add package Ultz.Native.SDL --version 2.0.14.1
<PackageReference Include="Ultz.Native.SDL" Version="2.0.14.1" />
paket add Ultz.Native.SDL --version 2.0.14.1
#r "nuget: Ultz.Native.SDL, 2.0.14.1"
// Install Ultz.Native.SDL as a Cake Addin
#addin nuget:?package=Ultz.Native.SDL&version=2.0.14.1
// Install Ultz.Native.SDL as a Cake Tool
#tool nuget:?package=Ultz.Native.SDL&version=2.0.14.1
Multi-platform native library for SDL.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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 (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, and DirectX bindings library your mother warned you about.
|
Version | Downloads | Last updated |
---|---|---|
2.0.14.1 | 6,549 | 7/3/2021 |
2.0.14 | 232 | 5/7/2021 |
2.0.12 | 14,789 | 1/2/2021 |
2.0.12-pre2 | 1,653 | 8/12/2020 |
2.0.12-pre1 | 196 | 8/12/2020 |
Silk.NET July 2021 Update
- Add support for OpenAL Soft native libraries for ALContext
- Update to Vulkan 1.2.183
- Update to latest OpenCL specifications
- Fix struct layout issues in DirectX and OpenXR bindings
- Fix OpenCL library name resolution on Linux
- Fix NU5127, NU5128, and NU1701 native package NuGet errors on .NET Framework
- Improve FileNotFoundExceptions when native library loading fails
- Improve GlobalMemory call chains by removing unnecessary usage of Span<T>