CSharpGameLibrary 0.1.3-alpha

This is a prerelease version of CSharpGameLibrary.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package CSharpGameLibrary --version 0.1.3-alpha
NuGet\Install-Package CSharpGameLibrary -Version 0.1.3-alpha
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="CSharpGameLibrary" Version="0.1.3-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CSharpGameLibrary --version 0.1.3-alpha
#r "nuget: CSharpGameLibrary, 0.1.3-alpha"
#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 CSharpGameLibrary as a Cake Addin
#addin nuget:?package=CSharpGameLibrary&version=0.1.3-alpha&prerelease

// Install CSharpGameLibrary as a Cake Tool
#tool nuget:?package=CSharpGameLibrary&version=0.1.3-alpha&prerelease

C# bindings for GLFW, OpenGL, and Vulkan

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on CSharpGameLibrary:

Package Downloads
CSGL.MSDFGen

Multi-channel signed distance field generator. This package is a port of the original MSDFGen by Viktor Chlumský.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.6-alpha 831 10/2/2017
0.1.5-alpha 693 9/15/2017
0.1.4-alpha 679 8/26/2017
0.1.3-alpha 672 8/26/2017
0.1.2-alpha 701 8/25/2017
0.1.1-alpha 1,016 6/21/2017
0.1.0-alpha 758 6/20/2017

- Refactor CSGL.Vulkan.Surface
 - Surface now depends on Instance instead of PhysicalDevice. Properties of the surface are queried with a PhysicalDevice passed as a parameter.
- Fixed a bug that prevented PipelineMultisampleStateCreateInfo::sampleMask from being passed to Vulkan