OpenToolkit.Windowing.GraphicsLibraryFramework
4.0.0-pre9.3
.NET Core 3.0
.NET Framework 4.7.2
This is a prerelease version of OpenToolkit.Windowing.GraphicsLibraryFramework.
dotnet add package OpenToolkit.Windowing.GraphicsLibraryFramework --version 4.0.0-pre9.3
NuGet\Install-Package OpenToolkit.Windowing.GraphicsLibraryFramework -Version 4.0.0-pre9.3
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.3" />
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.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: OpenToolkit.Windowing.GraphicsLibraryFramework, 4.0.0-pre9.3"
#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.3&prerelease
// Install OpenToolkit.Windowing.GraphicsLibraryFramework as a Cake Tool
#tool nuget:?package=OpenToolkit.Windowing.GraphicsLibraryFramework&version=4.0.0-pre9.3&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
GLFW bindings for c# from the cpp GLFW library.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Framework | net472 net48 net481 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.0
- OpenToolkit.Core (>= 4.0.0-pre9.3 && < 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.3 && < 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 | 464 | 8/21/2020 |
4.0.0-pre9.2 | 744 | 7/28/2020 |
4.0.0-pre9.1 | 4,949 | 4/24/2020 |
4.0.0-pre9 | 665 | 4/19/2020 |
4.0.0-pre8 | 476 | 4/18/2020 |
4.0.0-pre7 | 510 | 4/13/2020 |
4.0.0-pre6 | 535 | 4/10/2020 |
4.0.0-pre5 | 505 | 4/9/2020 |
4.0.0-pre4 | 518 | 4/6/2020 |
4.0.0-pre3 | 741 | 3/19/2020 |
4.0.0-pre2 | 426 | 3/19/2020 |
4.0.0-pre.10 | 208 | 4/24/2020 |
4.0.0-pre | 519 | 3/19/2020 |
Improved and fixed GLFW binary loading (@jvbsl)
Improved mono compat (@jvbsl)
Fixed GetLibraryName for iOS platform (thanks @Grizley56)
Fixed InputAction for getting Joystick Buttons from GLFW (thanks @HughPH)