GLFW.NET
0.9.7.1
dotnet add package GLFW.NET --version 0.9.7.1
NuGet\Install-Package GLFW.NET -Version 0.9.7.1
<PackageReference Include="GLFW.NET" Version="0.9.7.1" />
paket add GLFW.NET --version 0.9.7.1
#r "nuget: GLFW.NET, 0.9.7.1"
// Install GLFW.NET as a Cake Addin #addin nuget:?package=GLFW.NET&version=0.9.7.1 // Install GLFW.NET as a Cake Tool #tool nuget:?package=GLFW.NET&version=0.9.7.1
Object oriented wrapper binding for GLFW 3.2.1
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. 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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.9.7.1 | 4,059 | 7/3/2017 |
Fixing nuget package (was not updated correctly)
Additions:
- Added delete member function to GLFWwindow
- Fixed documentation of the bindings which were wrong due to a bug in CppSharp (fixed by me)
Critical fixes:
- Fixing null reference exception if any callback of the window has been called without being set before.
- Fixing signature of the createSurface function, the out parameters were wrong.
- Changing signature of the createSurface function due to was incorrect and could result in segfaults.
Older Changes:
Updated bindings also added the dll.config file to the solution.
IMPORTANT:
You always have to set the option "Copy to output" MANUALLY to TRUE.