SharpVk 0.4.0
See the version list below for details.
dotnet add package SharpVk --version 0.4.0
NuGet\Install-Package SharpVk -Version 0.4.0
<PackageReference Include="SharpVk" Version="0.4.0" />
paket add SharpVk --version 0.4.0
#r "nuget: SharpVk, 0.4.0"
// Install SharpVk as a Cake Addin #addin nuget:?package=SharpVk&version=0.4.0 // Install SharpVk as a Cake Tool #tool nuget:?package=SharpVk&version=0.4.0
C# Bindings for the Vulkan API
Product | Versions 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 was computed. 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. |
-
.NETStandard 2.0
- System.Runtime.CompilerServices.Unsafe (>= 4.3.0)
- System.ValueTuple (>= 4.3.1)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on SharpVk:
Package | Downloads |
---|---|
SharpVk.Shanq
Linq to SPIR-V shader generation |
|
SkiaSharp.Vulkan.SharpVk
This package adds Vulkan support to SkiaSharp via SharpVk. |
|
SharpVk.Glfw
GLFW3 Bindings for C# with Vulkan support via SharpVk |
|
MB.Pengu.Engine
MyBlindy's Pengu Vulkan Game Engine |
|
SharpVk.Shanq.GlmSharp
GlmSharp type mappings for SharpVk Shanq |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SharpVk:
Repository | Stars |
---|---|
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
|
Version | Downloads | Last updated |
---|---|---|
1.0.0-dev497 | 853 | 8/24/2021 |
1.0.0-dev496 | 1,914 | 4/8/2020 |
1.0.0-dev495 | 511 | 1/20/2020 |
0.4.3-dev2 | 2,849 | 4/18/2018 |
0.4.3-dev | 882 | 2/10/2018 |
0.4.2 | 17,941 | 1/23/2018 |
0.4.1 | 3,163 | 1/20/2018 |
0.4.0 | 3,033 | 12/3/2017 |
0.4.0-dev4 | 1,395 | 11/20/2017 |
0.4.0-dev3 | 1,551 | 9/18/2017 |
0.4.0-dev2 | 1,520 | 7/22/2017 |
0.4.0-dev | 1,779 | 7/9/2017 |
0.3.4 | 2,541 | 6/6/2017 |
0.3.3-dev2 | 1,194 | 1/11/2017 |
0.3.3-dev | 994 | 10/28/2016 |
0.3.2 | 1,952 | 10/19/2016 |
0.3.2-dev2 | 1,517 | 10/11/2016 |
0.3.2-dev | 1,569 | 10/10/2016 |
0.3.1 | 2,053 | 9/19/2016 |
0.3.0 | 2,180 | 9/15/2016 |
0.3.0-alpha1 | 1,061 | 9/13/2016 |
0.2.3 | 1,370 | 8/27/2016 |
0.2.3-dev | 846 | 8/27/2016 |
0.2.2 | 1,290 | 8/18/2016 |
0.2.1 | 1,302 | 8/16/2016 |
0.2.0 | 1,227 | 8/15/2016 |
0.1.1 | 1,286 | 8/13/2016 |
0.1.0-alpha | 1,067 | 8/11/2016 |
The core of this release is a complete rebuild of the generation pipeline, to ease development and modification in advance of larger API changes. As part of this rebuild, the libraries now target .NET Standard 2.0 and no longer use direct PInvoke to improve cross-platform (and cross-target) support. In addition, the *Info structures that were originally passed into most methods have now been decomposed as parameters on the methods themselves to better match C# conventions.
Further, the bindings have been updated to Patch 66 of the Vulkan API, but note that the automated documentation extraction used in previous releases in no longer practical and comprehensive API documentation is still in progress.