OpenTK.Windowing.Common 5.0.0-pre.10

Prefix Reserved
This is a prerelease version of OpenTK.Windowing.Common.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package OpenTK.Windowing.Common --version 5.0.0-pre.10
                    
NuGet\Install-Package OpenTK.Windowing.Common -Version 5.0.0-pre.10
                    
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.Common" Version="5.0.0-pre.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpenTK.Windowing.Common" Version="5.0.0-pre.10" />
                    
Directory.Packages.props
<PackageReference Include="OpenTK.Windowing.Common" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OpenTK.Windowing.Common --version 5.0.0-pre.10
                    
#r "nuget: OpenTK.Windowing.Common, 5.0.0-pre.10"
                    
#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.
#:package OpenTK.Windowing.Common@5.0.0-pre.10
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OpenTK.Windowing.Common&version=5.0.0-pre.10&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=OpenTK.Windowing.Common&version=5.0.0-pre.10&prerelease
                    
Install as a Cake Tool

Common functionality for OpenTK.Windowing.* packages.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

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

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.

GLWidget

GLWigdet for GTKSharp, using Opentk.

BioGTK

A .NET application & library for editing & annotating various microscopy image formats. Supports all bioformats supported images. Integrates with ImageJ, running ImageJ filters & macro functions. Supports Windows, Linux and Mac.

Bearded.UI

A UI framework with positioning, anchoring, event handling, navigation, and more.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.0-pre.15 3,288 8/24/2025
5.0.0-pre.14 866 7/11/2025
5.0.0-pre.13 7,294 11/11/2024
5.0.0-pre.12 2,483 9/25/2024
5.0.0-pre.11 1,545 8/9/2024
5.0.0-pre.10 6,001 3/7/2024
5.0.0-pre.9 3,215 10/16/2023
5.0.0-pre.8 17,273 10/28/2022
4.9.4 680,038 3/17/2025
4.9.3 59,970 12/10/2024
4.9.2 981 12/10/2024
4.9.1 4,793 12/2/2024
4.8.2 257,631 12/2/2023
4.8.1 32,505 9/27/2023
4.8.0 56,459 7/17/2023
4.7.7 77,493 2/23/2023
4.7.6 9,580 2/22/2023
4.7.5 87,283 9/8/2022
4.7.4 72,168 6/17/2022
4.7.3 6,453 6/17/2022
Loading failed

Merged OpenTK 4.8.2 onto 5.0-pre.9. (@NogginBops)
This means that all changes from 4.8.2 are also in this release.
Moved `OpenTK.Color3` to `OpenTK.Mathematics.Color3`. (@NogginBops)
Fix `NativeWindow` so it properly loads OpenGL bindings without crashing. (@NogginBops)
Fix bindings generator locale issue that caused wrong results on certain locales. (@utkumaden)
Changed the name of some enum group to be more like OpenTK 4 groups.
Notable examples are `BufferTargetARB` -&gt; `BufferTarget` and `BlendEquationModeEXT` -&gt; `BlendEquationMode`. (@NogginBops)
Fix WGL and GLX bindings and loading. (@NogginBops)
Change EGL bindings to `DllImport` for `libEGL` instead of `libEGL.dll`. (@NogginBops)
Made bindings generator correctly bind function taking GLX opaque struct pointers like `Display*`. (@NogginBops)
Fixed WGL `GetProcAddress` bindings to correctly marshal strings. (@NogginBops)
Platform Abstraction Layer 2.0 (PAL2):
Removed internal locks from `EventQueue`. (@utkumaden)
Add `IWindowComponent.GetBounds/SetBounds` + client bounds versions. (@NogginBops)
Add functions for getting native handles from PAL2 handles. (@NogginBops)
Added functions and event data for keyboard modifiers. (@NogginBops)
Win32: Fix sticky RightControl, LeftAlt, and RightAlt keys. (@NogginBops)
Win32: Fix duplicate `TextInput` events when using IME. (@NogginBops)
Win32: Fix `CanIncludeInClipboardHistory` and `CanUploadToCloudClipboard`. (@NogginBops)
X11: Implemented `X11KeyboardComponent.GetKeyboardModifiers()`. (@NogginBops)
X11: Implemented `X11MouseComponent.GetMouseState()`. (@NogginBops)
X11: Implemented `X11ShellComponent.GetPreferredTheme()`. (@NogginBops)
X11: Implemented `ClipboardUpdate`, `DisplayConnectionChanged`, `FileDrop`, `KeyDown`, and `KeyUp` events. (@NogginBops)
macOS: Implemented `MacOSWindowComponent.GetIcon/SetIcon`. (@NogginBops)
macOS: Implemented `MacOSWindowComponent.SetSize/SetClientSize`. (@NogginBops)
macOS: Implemented `MacOSWindowComponent.[Set/Get][Max/Min]ClientSize`. (@NogginBops)
macOS: Implemented `MacOSWindowComponent.GetDisplay`. (@NogginBops)
macOS: Implemented window hit test callback for `HitType.Draggable`. (@NogginBops)
macOS: Implemented `MacOSWindowComponent.SetCursor`. (@NogginBops)
macOS: Implemented `MacOSMouseComponent.SetPosition`. (@NogginBops)
macOS: Implemented `MacOSDisplayComponent` fully. (@NogginBops)
macOS: Implemented `MacOSCursorComponent` fully. (@NogginBops)
macOS: Implemented basic `KeyDown`/`KeyUp`. (@NogginBops)
macOS: Implemented `MacOSKeyboardComponent.GetKeyboardState/GetKeyboardModifiers`. (@NogginBops)
macOS: Implemented `MacOSIconComponent` fully. (@NogginBops)
macOS: Implemented `MacOSShellComponent` fully. (@NogginBops)
macOS: Implemented `Focus`, `WindowMove`/`WindowResize`, `WindowModeChange`, `MouseEnter`, `KeyDown`/`KeyUp`, `TextInput`, `ThemeChange`, and `DisplayConnectionChanged` events. (@NogginBops)
ANGLE: Made `ANGLEOpenGLComponent` work with the X11 backend. (@NogginBops)