OpenToolkit.Windowing.GraphicsLibraryFramework
4.0.0-pre9.2
Prefix Reserved
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
<PackageReference Include="OpenToolkit.Windowing.GraphicsLibraryFramework" Version="4.0.0-pre9.2" />
paket add OpenToolkit.Windowing.GraphicsLibraryFramework --version 4.0.0-pre9.2
#r "nuget: OpenToolkit.Windowing.GraphicsLibraryFramework, 4.0.0-pre9.2"
// 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 | Versions 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. |
-
.NETCoreApp 3.0
- OpenToolkit.Core (>= 4.0.0-pre9.2 && < 4.1.0-pre9)
- opentoolkit.redist.glfw (>= 3.3.0-pre20190419183326 && < 3.4.0-pre)
-
.NETFramework 4.7.2
- OpenToolkit.Core (>= 4.0.0-pre9.2 && < 4.1.0-pre9)
- opentoolkit.redist.glfw (>= 3.3.0-pre20190419183326 && < 3.4.0-pre)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on OpenToolkit.Windowing.GraphicsLibraryFramework:
Package | Downloads |
---|---|
OpenToolkit.Windowing.Desktop
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 | 612 | 8/21/2020 |
4.0.0-pre9.2 | 844 | 7/28/2020 |
4.0.0-pre9.1 | 19,744 | 4/24/2020 |
4.0.0-pre9 | 5,425 | 4/19/2020 |
4.0.0-pre8 | 5,204 | 4/18/2020 |
4.0.0-pre7 | 5,241 | 4/13/2020 |
4.0.0-pre6 | 5,626 | 4/10/2020 |
4.0.0-pre5 | 5,451 | 4/9/2020 |
4.0.0-pre4 | 5,410 | 4/6/2020 |
4.0.0-pre3 | 5,807 | 3/19/2020 |
4.0.0-pre2 | 5,395 | 3/19/2020 |
4.0.0-pre.10 | 299 | 4/24/2020 |
4.0.0-pre | 5,382 | 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)