glfw 3.3.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package glfw --version 3.3.4
NuGet\Install-Package glfw -Version 3.3.4
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.3.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add glfw --version 3.3.4
#r "nuget: glfw, 3.3.4"
#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.3.4

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

GLFW is an Open Source, multi-platform library for creating windows with OpenGL contexts and receiving input and events. It is easy to integrate into existing applications and does not lay claim to the main loop.

GLFW is written in C and has native support for Windows, OS X and many Unix-like systems using the X Window System, such as Linux and FreeBSD.

GLFW official pre-compiled binaries (http://www.glfw.org/) are packaged for NuGet by S. Grottel (http://go.sgrottel.de/nuget/glfw).

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 963 2/24/2024
3.3.10 149 2/24/2024
3.3.9 1,724 12/19/2023
3.3.8 17,121 7/23/2022
3.3.7 3,453 4/6/2022
3.3.6 2,785 12/10/2021
3.3.5 5,118 10/29/2021
3.3.4 7,132 4/9/2021
3.3.3 1,345 2/25/2021
3.3.2 28,012 1/21/2020
3.3.1 1,192 1/2/2020
3.3.0.1 11,209 4/16/2019
3.3.0 5,018 4/16/2019
3.2.1.5 9,669 3/3/2018
3.2.1 7,144 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 (http://www.glfw.org/) are packaged for NuGet by S. Grottel (http://go.sgrottel.de/nuget/glfw).