SharpVk 0.3.0-alpha1

This is a prerelease version of SharpVk.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SharpVk --version 0.3.0-alpha1
                    
NuGet\Install-Package SharpVk -Version 0.3.0-alpha1
                    
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="SharpVk" Version="0.3.0-alpha1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SharpVk" Version="0.3.0-alpha1" />
                    
Directory.Packages.props
<PackageReference Include="SharpVk" />
                    
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 SharpVk --version 0.3.0-alpha1
                    
#r "nuget: SharpVk, 0.3.0-alpha1"
                    
#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=SharpVk&version=0.3.0-alpha1&prerelease
                    
Install SharpVk as a Cake Addin
#tool nuget:?package=SharpVk&version=0.3.0-alpha1&prerelease
                    
Install SharpVk as a Cake Tool

C#/.NET Bindings for the Vulkan API

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 886 8/24/2021
1.0.0-dev496 1,944 4/8/2020
1.0.0-dev495 537 1/20/2020
0.4.3-dev2 2,961 4/18/2018
0.4.3-dev 955 2/10/2018
0.4.2 18,443 1/23/2018
0.4.1 3,300 1/20/2018
0.4.0 3,162 12/3/2017
0.4.0-dev4 1,477 11/20/2017
0.4.0-dev3 1,668 9/18/2017
0.4.0-dev2 1,637 7/22/2017
0.4.0-dev 1,978 7/9/2017
0.3.4 2,716 6/6/2017
0.3.3-dev2 1,315 1/11/2017
0.3.3-dev 1,115 10/28/2016
0.3.2 2,078 10/19/2016
0.3.2-dev2 1,646 10/11/2016
0.3.2-dev 1,647 10/10/2016
0.3.1 2,138 9/19/2016
0.3.0 2,306 9/15/2016
0.3.0-alpha1 1,221 9/13/2016
0.2.3 1,537 8/27/2016
0.2.3-dev 924 8/27/2016
0.2.2 1,457 8/18/2016
0.2.1 1,473 8/16/2016
0.2.0 1,310 8/15/2016
0.1.1 1,371 8/13/2016
0.1.0-alpha 1,143 8/11/2016

This alpha release includes the full release of issues #9 & #14, with static fields for supported Vulkan API and SharpVk library versions and a rework of the extension command marshalling to support callbacks - primarily for debug reports.
There is also partial implementation of the new code documentation source at https://github.com/FacticiusVir/SharpVk-Docs & a LINQ-to-SPIR-V compiler.