OpenTK.Core 5.0.0-pre.11

Prefix Reserved
This is a prerelease version of OpenTK.Core.
dotnet add package OpenTK.Core --version 5.0.0-pre.11                
NuGet\Install-Package OpenTK.Core -Version 5.0.0-pre.11                
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.Core" Version="5.0.0-pre.11" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenTK.Core --version 5.0.0-pre.11                
#r "nuget: OpenTK.Core, 5.0.0-pre.11"                
#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.Core as a Cake Addin
#addin nuget:?package=OpenTK.Core&version=5.0.0-pre.11&prerelease

// Install OpenTK.Core as a Cake Tool
#tool nuget:?package=OpenTK.Core&version=5.0.0-pre.11&prerelease                

Holds core functionality used by other OpenTK packages.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (9)

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

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.OpenAL

OpenAL bindings for dotnet from the Khronos openAL c library.

OpenTK.Graphics

OpenGl and OpenGLES bindings for dotnet from the Khronos OpenGL C library.

OpenTK.Windowing.GraphicsLibraryFramework

GLFW bindings for C# from the C GLFW library.

OpenTK.Windowing.Common

Common functionality for OpenTK.Windowing.* packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on OpenTK.Core:

Repository Stars
Ryujinx/Ryujinx
Experimental Nintendo Switch Emulator written in C#
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.11 1,750 8/9/2024
5.0.0-pre.10 6,094 3/7/2024
5.0.0-pre.9 6,524 10/16/2023
5.0.0-pre.8 23,487 10/28/2022
5.0.0-pre.7 9,398 4/19/2022
5.0.0-pre.6 4,666 6/16/2021
5.0.0-pre.5 481 5/29/2021
5.0.0-pre.4 408 5/22/2021
5.0.0-pre.3 8,485 3/10/2021
5.0.0-pre.2 304 3/9/2021
5.0.0-pre.1 741 3/8/2021
4.8.2 169,358 12/2/2023
4.8.1 36,518 9/27/2023
4.8.0 33,459 7/17/2023
4.7.7 615,803 2/23/2023
4.7.6 7,379 2/22/2023
4.7.5 636,243 9/8/2022
4.7.4 63,732 6/17/2022
4.7.3 7,672 6/17/2022
4.7.2 1,005,256 5/3/2022
4.7.1 34,226 2/17/2022
4.7.0 7,506 2/16/2022
4.6.7 71,831 9/13/2021
4.6.6 7,009 9/13/2021
4.6.5 6,810 9/13/2021
4.6.4 71,992 5/28/2021
4.6.3 20,861 3/27/2021
4.6.2 8,891 3/19/2021
4.6.1 8,404 3/19/2021
4.6.0 9,219 3/18/2021
4.5.0 115,464 2/14/2021
4.4.0 27,197 12/16/2020
4.3.0 82,376 11/21/2020
4.2.0 8,207 11/12/2020
4.1.0 9,291 11/6/2020
4.0.6 12,569 10/18/2020
4.0.5 7,475 10/18/2020
4.0.4 7,757 10/17/2020
4.0.3 7,767 10/14/2020
4.0.2 9,400 10/11/2020
4.0.1 9,890 10/6/2020
4.0.0 14,820 10/2/2020
4.0.0-pre9.10 435 10/1/2020
4.0.0-pre9.9 371 9/30/2020
4.0.0-pre9.8 333 9/29/2020
4.0.0-pre9.7 783 9/20/2020
4.0.0-pre9.6 532 9/14/2020
4.0.0-pre9.5 322 9/14/2020
4.0.0-pre9.4 1,193 8/30/2020

Updated all projects to target .net8.0. (@NogginBops)
Removed `MathHelper` functions that just called directly into `Math` and `MathF`. (@BoyBaykiller)
Removed old quake inverse sqrt implementation in `MathHelper.InverseSqrtFast` in favour of `Math(F).ReciprocalSqrtEstimate`. (@BoyBaykiller)
SIMD optimized all MatrixNxM and VectorN equals checks. (@BoyBayKiller, @NogginBops)
Vector2d.SizeInBytes returns 16 instead of 8. (@BoyBayKiller)
Merged latest OpenTK 4.8.3 changes onto 5.0-pre.11. (@NogginBops)
This means that some changes from the upcoming 4.8.3 are also in this release.
See https://github.com/opentk/opentk/pull/1734 for full details.
Some of these changes includes:
Update to GLFW 3.4. (@NogginBops)
Add swizzle matrices and general math fixes. (@NogginBops)
Add `VectorN.Slerp` (spherical interpolation) and `VectorN.Elerp` (exponential interpolation). (@NogginBops)
Unclamp `MathHelper.Lerp` so t outside [0, 1] can be used. (@NogginBops)
[OpenAL fixes.](https://github.com/opentk/opentk/pull/1716) (@NogginBops)
Vulkan bindings changes:**
Added Vulkan API bindings in `OpenTK.Graphics.Vulkan`. Feedback welcome! (@NogginBops)
OpenGL bindings changes:**
Removed all automatic length calculations from the OpenGL bindings. (@NogginBops)
Added `Span&lt;T&gt;` and `T[]` overloads for functions without specified size. (@NogginBops)
Switch to using `out` by default, and use automatic and manual marking for `in` and `ref`. (@NogginBops)
Only convert `out` parameters to return values if they are the last `out` parameter. This removes some weird overloads. (@NogginBops)
Update to latest gl.xml and wgl.xml, resulting in more up to date API definition. (@NogginBops)
Don't generate return overloads for functions that return more than one item. (@NogginBops)
PAL2 changes:**
Introduced the `Toolkit` static class and `ToolkitOptions` which are the main interface for PAL2. (@NogginBops)
[Added Bejeweled PAL2 demo project.](https://github.com/opentk/opentk/tree/opentk5.0/tests/Bejeweled) (@NogginBops)
Removed the old `ComponentSet` class. (@NogginBops)
Added `IDialogComponent` for opening message boxes and open/save file dialogs. (@NogginBops)
Added `OpenGLGraphicsAPIHints.ContextValueSelector` callback which allows users to enumerate available backbuffer formats when creating a context. Defaults to `ContextValues.DefaultValuesSelector`. (@NogginBops)
Added `IWindowComponent.GetFramebufferSize` and `WindowFramebufferSize` event. (@NogginBops)
Added `IWindowComponent.IsFocused`. (@NogginBops)
Added `IWindowComponent.GetScaleFactor` (@NogginBops)
Added raw mouse motion API to `IMouseComponent`. (@NogginBops)
Added `PixelFormat`, `SwapMethod`, `RobustnessFlag`, `ResetNotificationStrategy`, `ResetIsolationFlag`, `NoErrorFlag`, `UseFlushControl`, and `ReleaseBehaviour` to `OpenGLGraphicsApiHints`. (@NogginBops)
Removed `IClipboardComponent.GetClipboardHTML`. (@NogginBops)
win32:
win32: Implemented `IDialogComponent`. (@NogginBops)
win32: Implemented `ContextValueSelector`. (@NogginBops)
win32: Add `OpenTK.Platform.Windows.OpenGLComponent.UseDwmFlushIfApplicable()` to control whether OpenTK should call `DwmFlush` to potentially fix Vsync issues. (@NogginBops)
win32: Fix issue where `ShellComponent.SetImmersiveDarkMode` wouldn't trigger a redraw of the window frame. (@NogginBops)
win32: Added `ShellComponent.SetWindowCornerPreference` to control Windows 11 rounded corners. (@NogginBops)
win32: Implemented `WindowComponent.GetScaleFactor`. (@NogginBops)
win32: Fixed issue where `WindowBorderStyle.FixedBorder` would still have the maximize button enabled. (@NogginBops)
win32: Fixed issue where `ContextStencilBits.None` and `ContextDepthBits.None` would throw an exception. (@NogginBops)
win32: Implemented `IWindowComponent.ProcessEvents(waitForEvents: true)`. (@NogginBops)
win32: Added `ToolkitOptions.Windows.EnableVisualStyles` (default true) which enables visual styles for message dialogs to work. (@NogginBops)
win32: Added `PixelFormat`, `SwapMethod`, `RobustnessFlag`, `ResetNotificationStrategy`, `ResetIsolationFlag`, `NoErrorFlag`, `UseFlushControl`, and `ReleaseBehaviour` in `OpenGLGraphicsApiHints`. (@NogginBops)
macOS:
macOS: Implemented `WindowMode.WindowedFullscreen`. (@NogginBops)
macOS: Implemented `MacOSDialogComponent.OpenFileDialog/SaveFileDialog`. (@NogginBops)
macOS: Implemented `MacOSClipboardComponent` except `MacOSClipboardComponent.GetClipboardAudio`. (@NogginBops)
macOS: Implemented `ClipboardUpdate` event. (@NogginBops)
macOS: Implemented `ContextValuesSelector` with default `OpenGLGraphicsApiHints.UseSelectorOnMacOS = false` due to large overhead enumerating context values on macOS. (@NogginBops)
macOS: Implemented `MacOSWindowComponent.GetFullscreenDisplay/SetFullscreenDisplay`. (@NogginBops)
macOS: Add `MacOSWindowComponent.SetFullscreenNoSpace` to set an window as fullscreen without opening a new space for the window. (@NogginBops)
macOS: Implemented `MacOSWindowComponent.SetCursorCaptureMode/GetCursorCaptureMode`. (@NogginBops)
macOS: Implemented `MacOSClipboardComponent.SetClipboardBitmap`. (@NogginBops)
macOS: Implemented `FileDrop` event. (@NogginBops)
macOS: Implemented `WindowScaleChange` event. (@NogginBops)
macOS: Implemented `MacOSWindowComponent.SetClientPosition`. (@NogginBops)
macOS: Implemented `MacOSWindowComponent.SetClientBounds`. (@NogginBops)
macOS: Implemented `MacOSWindowComponent.ScreenToClient/ClientToScreen`. (@NogginBops)
macOS: Implemented `MacOSWindowComponent.GetScaleFactor`. (@NogginBops)
macOS: Fixed Y flipping issue in `MacOSMouseComponent`. (@NogginBops)
macOS: Fixed invisible cursor. (@NogginBops)
macOS: Fix bug where `MacOSWindowComponent.SetMaxClientSize` would set the minimum client size. (@NogginBops)
x11:
x11: Implemented `X11DialogComponent` using Zenity when available. (@NogginBops)
x11: Set `WM_CLASS` to get proper window name in app switcher. (@NogginBops)
x11: Implemented `ThemeChange` event. (@NogginBops)
x11: Detect high contrast mode through `org.gnome.desktop.a11y.interface` when available. (@NogginBops)
x11: Detect power saver mode. (@NogginBops)
x11: Added `X11WindowComponent.GetIconifiedTitle/SetIconifiedTitle`. (@NogginBops)
x11: Fixed XRandR loading the correct .so file. (@NogginBops)
x11: Fixed color byte order for `X11CursorComponent.Create()`. (@NogginBops)
x11: Fixed issue where `ContextStencilBits.None` and `ContextDepthBits.None` would throw an exception. (@NogginBops)
x11: Implemented `FramebufferResize` event. (@NogginBops)
x11: Implemented `ContextValuesSelector`. (@NogginBops)
x11: Implemented `PixelFormat`, `SwapMethod`, `RobustnessFlag`, `ResetNotificationStrategy`, `ResetIsolationFlag`, `NoErrorFlag`, `UseFlushControl`, and `ReleaseBehaviour` in `OpenGLGraphicsApiHints`. (@NogginBops)
ANGLE:
ANGLE: Implemented `ContextValuesSelector`. (@NogginBops)
ANGLE: Known issue on x11 is that `ANGLEOpenGLComponent` will throw an exception.