OpenToolkit.Windowing.GraphicsLibraryFramework 4.0.0-pre9.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of OpenToolkit.Windowing.GraphicsLibraryFramework.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package OpenToolkit.Windowing.GraphicsLibraryFramework --version 4.0.0-pre9.2
NuGet\Install-Package OpenToolkit.Windowing.GraphicsLibraryFramework -Version 4.0.0-pre9.2
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="OpenToolkit.Windowing.GraphicsLibraryFramework" Version="4.0.0-pre9.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenToolkit.Windowing.GraphicsLibraryFramework --version 4.0.0-pre9.2
#r "nuget: OpenToolkit.Windowing.GraphicsLibraryFramework, 4.0.0-pre9.2"
#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 OpenToolkit.Windowing.GraphicsLibraryFramework as a Cake Addin
#addin nuget:?package=OpenToolkit.Windowing.GraphicsLibraryFramework&version=4.0.0-pre9.2&prerelease

// Install OpenToolkit.Windowing.GraphicsLibraryFramework as a Cake Tool
#tool nuget:?package=OpenToolkit.Windowing.GraphicsLibraryFramework&version=4.0.0-pre9.2&prerelease

GLFW bindings for c# from the cpp GLFW library.

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. 
.NET Framework net472 is compatible.  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 OpenToolkit.Windowing.GraphicsLibraryFramework:

Package Downloads
OpenToolkit.Windowing.Desktop The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

An abstraction over OpenToolkit.GraphicsLibraryFramework to provide a ready-to-go easy-to-use windowing and input abstraction.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0-pre9.3 554 8/21/2020
4.0.0-pre9.2 792 7/28/2020
4.0.0-pre9.1 17,566 4/24/2020
4.0.0-pre9 4,780 4/19/2020
4.0.0-pre8 4,571 4/18/2020
4.0.0-pre7 4,536 4/13/2020
4.0.0-pre6 4,991 4/10/2020
4.0.0-pre5 4,739 4/9/2020
4.0.0-pre4 4,689 4/6/2020
4.0.0-pre3 4,987 3/19/2020
4.0.0-pre2 4,692 3/19/2020
4.0.0-pre.10 246 4/24/2020
4.0.0-pre 4,644 3/19/2020

Fixes reference conditions
Save Size property value to _size field (thanks @devel0)
Update build.fsx.lock (thanks @CallumDev)
Vector3.Unproject returning incorrect result (thanks @leezer3)
Incorrect parameter order in QuaternionD constructor (thanks @leezer3)
Capslock value not exposed (thanks @KinsonDigital)
vector transforms
Start of input mode setup for caps lock (thanks @KinsonDigital)
Use in parameters instead of ref (thanks @cryovat)