glfw 3.4.0

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

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

GLFW binaries for 64-bit Windows

This archive contains documentation, headers, pre-compiled static libraries, import libraries and DLLs for GLFW 3.4.

Binaries for the following compilers are included

  • Visual C++ 2022 (built with 17.9.0)
  • Visual C++ 2019 (built with 16.11.34)
  • Visual C++ 2017 (built with 15.9.60)
  • Visual C++ 2015 (built with 14.0.25431.01)
  • Visual C++ 2013 (built with 12.0.40629.00)
  • MinGW-w64 (built with 13.2.0-win32-dwarf-msvcrt)

Binaries for Visual C++

All binaries for Visual C++ 2017 and earlier are compatible with Windows XP, but this is not supported by Visual C++ 2019. This support has been deprecated by Microsoft and GLFW will also drop support for Windows XP in a future release.

GLFW as a DLL

To use GLFW as a DLL, link against the glfw3dll.lib file for your environment. This will add a load time dependency on glfw3.dll. The remaining files in the same directory are not needed.

This DLL is built in release mode for the Multithreaded DLL runtime library.

There is also a GLFW DLL and import library pair in the lib-static-ucrt directory. These are built with Visual C++ 2019 and the static Multithreaded runtime library.

GLFW as a static library

To use GLFW as a static library, link against glfw3.lib if your application is using the Multithreaded DLL runtime library, or glfw3_mt.lib if it is using the static Multithreaded runtime library. The remaining files in the same directory are not needed.

The static libraries are built in release mode and do not contain debug information but can still be linked with the debug versions of the runtime library.

Binaries for MinGW-w64

GLFW as a DLL

To use GLFW as a DLL, link against the libglfw3dll.a file for your environment. This will add a load time dependency on glfw3.dll. The remaining files in the same directory are not needed.

The DLLs are built in release mode.

The DLLs depend on the msvcrt.dll C runtime library. There is also a GLFW DLL and import library in the lib-static-ucrt directory that is built with Visual C++ 2019 and statically linked against the UCRT.

All DLLs in this archive provide the same ABI and can be used as drop-in replacements for one another, as long as the C runtime library they depend on is available.

GLFW as a static library

To use GLFW as a static library, link against the libglfw3.a file for your environment. The other files in the same directory are not needed.

The library is built in release mode and do not contain debug information.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on glfw:

Package Downloads
minx

MINX is a C++ Game Development Framework that is designed to bring the simplicity that XNA once add for creating C# games to other languages.

Drizzle2D-SDL2

A Simple 2D Game Engine Made in C++ & SDL

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on glfw:

Repository Stars
Pyrdacor/Ambermoon.net
Ambermoon rewrite in C#
Pyrdacor/freeserf.net
Settlers 1 clone written in C#
Version Downloads Last updated
3.4.0 1,530 2/24/2024
3.3.10 154 2/24/2024
3.3.9 1,758 12/19/2023
3.3.8 17,156 7/23/2022
3.3.7 3,456 4/6/2022
3.3.6 2,789 12/10/2021
3.3.5 5,118 10/29/2021
3.3.4 7,134 4/9/2021
3.3.3 1,349 2/25/2021
3.3.2 28,166 1/21/2020
3.3.1 1,195 1/2/2020
3.3.0.1 11,211 4/16/2019
3.3.0 5,049 4/16/2019
3.2.1.5 9,700 3/3/2018
3.2.1 7,148 10/20/2016
3.2.1-v141 1,025 8/15/2017
3.2.0 7,322 6/14/2016
3.1.2 2,920 1/26/2016
3.0.4.3-pre2015 1,361 12/12/2014

https://www.glfw.org/changelog.html GLFW official pre-compiled binaries (https://www.glfw.org/) are packaged for NuGet by S. Grottel (https://go.grottel.net/nuget/glfw).