OpenTK.Windowing.Common
5.0.0-pre.14
Prefix Reserved
See the version list below for details.
dotnet add package OpenTK.Windowing.Common --version 5.0.0-pre.14
NuGet\Install-Package OpenTK.Windowing.Common -Version 5.0.0-pre.14
<PackageReference Include="OpenTK.Windowing.Common" Version="5.0.0-pre.14" />
<PackageVersion Include="OpenTK.Windowing.Common" Version="5.0.0-pre.14" />
<PackageReference Include="OpenTK.Windowing.Common" />
paket add OpenTK.Windowing.Common --version 5.0.0-pre.14
#r "nuget: OpenTK.Windowing.Common, 5.0.0-pre.14"
#:package OpenTK.Windowing.Common@5.0.0-pre.14
#addin nuget:?package=OpenTK.Windowing.Common&version=5.0.0-pre.14&prerelease
#tool nuget:?package=OpenTK.Windowing.Common&version=5.0.0-pre.14&prerelease
OpenTK.Windowing.Common
Common functionality for OpenTK.Windowing.* packages.
Read more about how to use OpenTK at: https://opentk.net/
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. |
-
net8.0
- OpenTK.Core (>= 5.0.0-pre.14 && < 6.0.0-pre)
- OpenTK.Mathematics (>= 5.0.0-pre.14 && < 6.0.0-pre)
NuGet packages (11)
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.GraphicsLibraryFramework
GLFW bindings for dotnet. |
|
|
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. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on OpenTK.Windowing.Common:
| Repository | Stars |
|---|---|
|
VixenLights/Vixen
Vixen is a lighting sequencer for creating animated light shows.
|
|
|
bezo97/IFSRenderer
3D IFS fractal renderer and editor
|
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.0-pre.16 | 1,447 | 2026/5/17 |
| 5.0.0-pre.15 | 5,413 | 2025/8/24 |
| 5.0.0-pre.14 | 1,351 | 2025/7/11 |
| 5.0.0-pre.13 | 8,150 | 2024/11/11 |
| 5.0.0-pre.12 | 2,723 | 2024/9/25 |
| 5.0.0-pre.11 | 1,644 | 2024/8/9 |
| 5.0.0-pre.10 | 6,250 | 2024/3/7 |
| 5.0.0-pre.9 | 3,288 | 2023/10/16 |
| 5.0.0-pre.8 | 17,581 | 2022/10/28 |
| 4.9.4 | 2,165,826 | 2025/3/17 |
| 4.9.3 | 80,564 | 2024/12/10 |
| 4.9.2 | 1,241 | 2024/12/10 |
| 4.9.1 | 5,263 | 2024/12/2 |
| 4.8.2 | 355,840 | 2023/12/2 |
| 4.8.1 | 33,485 | 2023/9/27 |
| 4.8.0 | 59,803 | 2023/7/17 |
| 4.7.7 | 79,580 | 2023/2/23 |
| 4.7.6 | 9,940 | 2023/2/22 |
| 4.7.5 | 88,698 | 2022/9/8 |
| 4.7.4 | 74,301 | 2022/6/17 |
Added generic math interfaces to all vector and matrix types. (@vovatrykoz)
Add boolean vectors `VectorNb` and comparison operators for vectors. (@NogginBops)
Add `scalar + vecor`, `scalar - vector`, and `scalar / vector` operator overloads for vectors. (@BoyBaykiller)
Add `JoystickState.GUID`. (@DamensIsPoggers)
Merged latest OpenTK 4.9.4 changes onto 5.0-pre.14. (@NogginBops)
Mark many properties and functions as `readonly` in math library. (@BoyBaykiller)
Made GLFW loading compatible with `IlcDisableReflection. (@BoyBaykiller)
Vulkan bindings changes**:
Update vulkan bindings to 1.4.321. (@NogginBops)
Add `InstanceDispatchTable` and `DeviceDispatchTable` dispatch tables for more efficiently calling vulkan functions. (@NogginBops)
Fix aliased structs so that they actually contain the correct memebers. (@NogginBops)
Functions, handles, structs and enums now have correct version and deprecation info documented. (@NogginBops)
Annotated structs and enums with functions that use them. (@NogginBops)
Fix XML escape codes in documentation comments. (@NogginBops)
OpenGL bindings changes**:
Add `string[]` overloads to functions where applicable. (@NogginBops)
Remove `VertexBufferObjectUsage` in favor of `BufferUsageHint`. (@NogginBops)
PAL2 changes**:
Add `Toolkit.Window.PostUserEvent` multi-threaded API on all plaforms for posting events to the main thread (useful with `waitForEvents = true`). (@NogginBops)
Add `ToolkitOptions.FeatureFlags` for specifying if pal2 should load OpenGL and/or Vulkan components. (@NogginBops)
win32:
Fix raw mouse motion. (@JoeTwizzle)
Add platform specific api for setting window taskbar progress, `ShellComponent.SetProgressStatus`. (@NogginBops)
Fix transitioning from `WindowState.Hidden` to `WindowState.*Fullscreen` directly. (@NogginBops)
macOS:
Support for IME text input though `Toolkit.Keyboard.BeginIme`, `Toolkit.Keyboard.SetImeRectangle`, and `Toolkit.Keyboard.EndIme`. (@NogginBops)
Add platform specific api for setting window taskbar progress, `ShellComponent.SetProgressStatus`. (@NogginBops)
Support `waitForEvents = true` in `Toolkit.Window.ProcessEvents`. (@NogginBops)
Animated cursors are not automatically handled, `MacOSCursorComponent.UpdateAnimation` is removed. (@NogginBops)
Moved `MacOSWindowComponent.SetDockIcon` to `MacOSShellComponent.SetDockIcon`. (@NogginBops)
x11:
Fix `DllNotFoundException` for `Xrender`. (@NogginBops)
Make it possible to hide the cursor. (@NogginBops)
Support for IME text input though `Toolkit.Keyboard.BeginIme`, `Toolkit.Keyboard.SetImeRectangle`, and `Toolkit.Keyboard.EndIme`. (@NogginBops)
Fix window shadow for opaque windows with transparent Visuals on Ubuntu. (@NogginBops)
Fix `Toolkit.Window.SetCursorCaptureMode` when running on XWayland. (@NogginBops)
Fix `Toolkit.Dialog` with newer versions of Zenity. (@NogginBops)