glfw-sharp 0.2.14

dotnet add package glfw-sharp --version 0.2.14
NuGet\Install-Package glfw-sharp -Version 0.2.14
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="glfw-sharp" Version="0.2.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add glfw-sharp --version 0.2.14
#r "nuget: glfw-sharp, 0.2.14"
#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 glfw-sharp as a Cake Addin
#addin nuget:?package=glfw-sharp&version=0.2.14

// Install glfw-sharp as a Cake Tool
#tool nuget:?package=glfw-sharp&version=0.2.14

Minimal GLFW3 Bindings for C# with Vulkan support used by vke.net and crow

Product 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 netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on glfw-sharp:

Package Downloads
vke

C# vulkan library with IDispose model and references counting

Crow

C.R.O.W. is a widget toolkit and rendering engine developed in C# with templates, styles, compositing, and bindings.

Crow.CairoBackend

C.R.O.W. is a widget toolkit and rendering engine developed in C# with templates, styles, compositing, and bindings.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.14 2,443 10/26/2021
0.2.13-beta 213 10/26/2021
0.2.12-beta 2,432 2/12/2021
0.2.11-beta 693 12/11/2020
0.2.10-beta 397 11/19/2020
0.2.8-beta 578 7/11/2020
0.2.7-beta 522 6/3/2020
0.2.6-beta 1,217 5/18/2020
0.2.4 544 5/9/2020
0.2.2 855 5/5/2020
0.2.0 579 2/2/2020

Move from `netstandard2.0` to `netcoreapp3.0` to use LoadContext for
native dll's resolution.