OpenTK.Windowing.Desktop 4.6.4

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

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

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

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.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on OpenTK.Windowing.Desktop:

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

Bearded.Utilities

Set of basic utilities on top of OpenTK, mostly aimed at games.

OpenTK.WinForms

A WinForms control designed to wrap the OpenTK 4.x APIs.

DeepMeta.DeepEditor.Common

Package Description

DeepMeta.DeepGameEditor3D.Plugin3D

Package Description

GitHub repositories (1)

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

Repository Stars
BAndysc/WoWDatabaseEditor
Integrated development environment (IDE), an editor for Smart Scripts (SAI/smart_scripts) for TrinityCore based servers. Cmangos support work in progress. Featuring a 3D view built with OpenGL and custom ECS framework
Version Downloads Last updated
5.0.0-pre.10 443 3/7/2024
5.0.0-pre.9 2,641 10/16/2023
5.0.0-pre.8 13,464 10/28/2022
5.0.0-pre.7 8,856 4/19/2022
5.0.0-pre.6 4,030 6/16/2021
5.0.0-pre.5 456 5/29/2021
5.0.0-pre.4 383 5/22/2021
5.0.0-pre.3 8,466 3/10/2021
5.0.0-pre.2 262 3/9/2021
5.0.0-pre.1 673 3/8/2021
4.8.2 35,397 12/2/2023
4.8.1 24,781 9/27/2023
4.8.0 25,620 7/17/2023
4.7.7 48,427 2/23/2023
4.7.6 4,854 2/22/2023
4.7.5 63,527 9/8/2022
4.7.4 43,514 6/17/2022
4.7.3 4,954 6/17/2022
4.7.2 610,645 5/3/2022
4.7.1 30,368 2/17/2022
4.7.0 4,650 2/16/2022
4.6.7 60,484 9/13/2021
4.6.6 4,673 9/13/2021
4.6.5 4,593 9/13/2021
4.6.4 57,231 5/28/2021
4.6.3 16,495 3/27/2021
4.6.2 6,436 3/19/2021
4.6.1 6,105 3/19/2021
4.6.0 6,662 3/18/2021
4.5.0 77,917 2/14/2021
4.4.0 23,921 12/16/2020
4.3.0 50,069 11/21/2020
4.2.0 6,070 11/12/2020
4.1.0 6,886 11/6/2020
4.0.6 9,631 10/18/2020
4.0.5 5,317 10/18/2020
4.0.4 5,496 10/17/2020
4.0.3 5,513 10/14/2020
4.0.2 7,106 10/11/2020
4.0.1 6,521 10/6/2020
4.0.0 11,133 10/2/2020
4.0.0-pre9.10 400 10/1/2020
4.0.0-pre9.9 295 9/30/2020
4.0.0-pre9.8 293 9/29/2020
4.0.0-pre9.7 722 9/20/2020
4.0.0-pre9.6 406 9/14/2020
4.0.0-pre9.5 308 9/14/2020
4.0.0-pre9.4 707 8/30/2020

FIX: Made it so that the singular check in `Matrix4.Invert` is the same between platforms.
In particular this fixes an issue where the singular check was too aggressive in the SSE3 path. (@NogginBops)
FIX: Made checking for OpenAL extensions not crash if the extension wasn't present. (@NogginBops)
FIX: Fix to the rewriter to not generate invalid IL on some GLES functions. (@NogginBops)
Updated CONTRIBUTING.md to not contain broken links. (@asears)