OpenTK.Windowing.GraphicsLibraryFramework 4.7.7

.NET Core 3.1
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package OpenTK.Windowing.GraphicsLibraryFramework --version 4.7.7
NuGet\Install-Package OpenTK.Windowing.GraphicsLibraryFramework -Version 4.7.7
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="OpenTK.Windowing.GraphicsLibraryFramework" Version="4.7.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenTK.Windowing.GraphicsLibraryFramework --version 4.7.7
#r "nuget: OpenTK.Windowing.GraphicsLibraryFramework, 4.7.7"
#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 OpenTK.Windowing.GraphicsLibraryFramework as a Cake Addin
#addin nuget:?package=OpenTK.Windowing.GraphicsLibraryFramework&version=4.7.7

// Install OpenTK.Windowing.GraphicsLibraryFramework as a Cake Tool
#tool nuget:?package=OpenTK.Windowing.GraphicsLibraryFramework&version=4.7.7

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.1
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on OpenTK.Windowing.GraphicsLibraryFramework:

Package Downloads
OpenTK

The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES, OpenAL and OpenCL. It runs on all major platforms and powers hundreds of apps, games and scientific research. It provides bindings for GLFW windowing, input and a game loop, and is the perfect start for your own game engine. OpenTK comes with simple and easy to follow tutorials for learning *modern* OpenGL. These are written by the community and represent all of the best practices to get you started. Learn how to use OpenTK here: https://opentk.net/learn/index.html Sample projects that accompany the tutorial can be found here: https://github.com/opentk/LearnOpenTK We have a very active discord server, if you need help, want to help, or are just curious, come join us! https://discord.gg/6HqD48s

OpenTK.Windowing.Desktop

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

Bearded.Utilities

Package Description

Bearded.Graphics

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on OpenTK.Windowing.GraphicsLibraryFramework:

Repository Stars
Ryujinx/Ryujinx
Experimental Nintendo Switch Emulator written in C#
Version Downloads Last updated
5.0.0-pre.8 2,252 10/28/2022
5.0.0-pre.7 7,195 4/19/2022
5.0.0-pre.6 3,742 6/16/2021
5.0.0-pre.5 380 5/29/2021
5.0.0-pre.4 318 5/22/2021
5.0.0-pre.3 7,160 3/10/2021
5.0.0-pre.2 203 3/9/2021
5.0.0-pre.1 480 3/8/2021
4.7.7 8,491 2/23/2023
4.7.6 251 2/22/2023
4.7.5 38,957 9/8/2022
4.7.4 22,340 6/17/2022
4.7.3 872 6/17/2022
4.7.2 225,335 5/3/2022
4.7.1 19,771 2/17/2022
4.7.0 707 2/16/2022
4.6.7 37,099 9/13/2021
4.6.6 507 9/13/2021
4.6.5 484 9/13/2021
4.6.4 30,752 5/28/2021
4.6.3 12,006 3/27/2021
4.6.2 2,053 3/19/2021
4.6.1 1,448 3/19/2021
4.6.0 1,530 3/18/2021
4.5.0 70,574 2/14/2021
4.4.0 17,427 12/16/2020
4.3.0 20,861 11/21/2020
4.2.0 2,571 11/12/2020
4.1.0 2,243 11/6/2020
4.0.6 4,075 10/18/2020
4.0.5 809 10/18/2020
4.0.4 813 10/17/2020
4.0.3 1,131 10/14/2020
4.0.2 2,659 10/11/2020
4.0.1 1,983 10/6/2020
4.0.0 4,731 10/2/2020
4.0.0-pre9.10 322 10/1/2020
4.0.0-pre9.9 232 9/30/2020
4.0.0-pre9.8 239 9/29/2020
4.0.0-pre9.7 693 9/20/2020
4.0.0-pre9.6 345 9/14/2020
4.0.0-pre9.5 252 9/14/2020
4.0.0-pre9.4 641 8/30/2020

FIX: `ToString()` on all math types no longer throw `NullReferenceException`. (@NogginBops)