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.
<PackageVersion Include="CSharpGameLibrary" Version="0.1.3-alpha" />
                    
Directory.Packages.props
<PackageReference Include="CSharpGameLibrary" />
                    
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 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.
#addin nuget:?package=CSharpGameLibrary&version=0.1.3-alpha&prerelease
                    
Install CSharpGameLibrary as a Cake Addin
#tool nuget:?package=CSharpGameLibrary&version=0.1.3-alpha&prerelease
                    
Install CSharpGameLibrary as a Cake Tool

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 942 10/2/2017
0.1.5-alpha 785 9/15/2017
0.1.4-alpha 772 8/26/2017
0.1.3-alpha 763 8/26/2017
0.1.2-alpha 792 8/25/2017
0.1.1-alpha 1,315 6/21/2017
0.1.0-alpha 848 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