OpenTK.Mathematics 5.0.0-pre.13

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

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

A basic mathematics library developed primarily for rendering in 3d and 2d.

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.

NuGet packages (12)

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

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

Common functionality for OpenTK.Windowing.* packages.

OpenTK.Windowing.Desktop

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

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on OpenTK.Mathematics:

Repository Stars
Norbyte/lslib
Tools for manipulating Divinity Original Sin and Baldur's Gate 3 files
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
BoyBaykiller/IDKEngine
OpenGL Toy-"Engine" with Wavefront Path Tracer and Rasterizer Pipeline with Voxel Cone Tracing/Global Illumination
ArchiDog1998/RotationSolver
Analyses combat information every frame and finds the best action.
Version Downloads Last updated
5.0.0-pre.13 93 11/11/2024
5.0.0-pre.12 1,618 9/25/2024
5.0.0-pre.11 1,723 8/9/2024
5.0.0-pre.10 5,433 3/7/2024
5.0.0-pre.9 4,028 10/16/2023
5.0.0-pre.8 24,989 10/28/2022
5.0.0-pre.7 9,481 4/19/2022
5.0.0-pre.6 4,732 6/16/2021
5.0.0-pre.5 520 5/29/2021
5.0.0-pre.4 452 5/22/2021
5.0.0-pre.3 8,535 3/10/2021
5.0.0-pre.2 331 3/9/2021
5.0.0-pre.1 773 3/8/2021
4.8.2 223,704 12/2/2023
4.8.1 37,475 9/27/2023
4.8.0 36,446 7/17/2023
4.7.7 753,232 2/23/2023
4.7.6 7,217 2/22/2023
4.7.5 642,530 9/8/2022
4.7.4 65,736 6/17/2022
4.7.3 7,340 6/17/2022
4.7.2 1,125,669 5/3/2022
4.7.1 34,598 2/17/2022
4.7.0 7,208 2/16/2022
4.6.7 75,143 9/13/2021
4.6.6 6,659 9/13/2021
4.6.5 6,545 9/13/2021
4.6.4 75,193 5/28/2021
4.6.3 21,596 3/27/2021
4.6.2 8,675 3/19/2021
4.6.1 8,245 3/19/2021
4.6.0 9,142 3/18/2021
4.5.0 115,588 2/14/2021
4.4.0 29,815 12/16/2020
4.3.0 94,707 11/21/2020
4.2.0 8,020 11/12/2020
4.1.0 9,423 11/6/2020
4.0.6 12,841 10/18/2020
4.0.5 7,239 10/18/2020
4.0.4 7,504 10/17/2020
4.0.3 7,541 10/14/2020
4.0.2 9,311 10/11/2020
4.0.1 9,715 10/6/2020
4.0.0 15,170 10/2/2020
4.0.0-pre9.10 472 10/1/2020
4.0.0-pre9.9 399 9/30/2020
4.0.0-pre9.8 362 9/29/2020
4.0.0-pre9.7 807 9/20/2020
4.0.0-pre9.6 554 9/14/2020
4.0.0-pre9.5 360 9/14/2020
4.0.0-pre9.4 1,281 8/30/2020

Changed `MarshalTk.MarshalStringArrayToAnsiStringArrayPtr` to take `ReadOnlySpan&lt;string&gt;` instead of `Span&lt;string&gt;`. (@NogginBops)
Vulkan bindings changes**:
Add default parameterless constructor to all Vulkan structs so that default member values can be applied (mostly to automatically set `sType`). (@NogginBops)
Made the Vulkan example project render a triangle. (@NogginBops)
OpenGL bindings changes**:
Skip `ref readonly` for singular `Delete*()` functions. (@NogginBops)
Added generated EGL bindings containing all EGL and ANGLE extensions. (@NogginBops)
Fixed missing documentation on some OpenGL functions. (@NogginBops)
PAL2 changes**:
A lot of documentation improvements. (@NogginBops)
Added `Toolkit.Window.Get/SetTransparencyMode` to support different modes for window transparency. (@NogginBops)
Add `reason` parameter to `Toolkit.Shell.AllowScreenSaver`. (@NogginBops)
Add `Toolkit.Shell.IsScreenSaverAllowed` to be able to check if the screen saver is disabled. (@NogginBops)
Added `OpenGLGraphicsApiHints.SupportsTransparentFramebufferX11` to mark if the context values selector should look for formats that support framebuffer transparency when on X11 (framebuffer transparency is always supported on Windows and macOS). (@NogginBops)
Added `ContextValues.SupportsFramebufferTransparency` to check if a particular format supports framebuffer transparency (only relevant on X11). (@NogginBops)
Updated `ContextValues.DefaultValuesSelector` to handle `SupportsFramebufferTransparency`. (@NogginBops)
Added `Toolkit.Uninit()` for usecases where unloading OpenTK is useful (don't call this function on application exit). (@NogginBops)
Added `IPalComponent.Uninitialize()` and implemented it for every component on every platform to make `Toolkit.Uninit()` possible. (@NogginBops)
win32:
macOS:
Implement `MacOSVulkanComponent` using MoltenVK. (@NogginBops)
Made dialogs proper window sheets by default. (@NogginBops)
Added `MacOSDialogComponent.Show*NoWindow` functions for showing dialogs not attached to any window. (@NogginBops)
x11:
Fixed glX dll resolution to be the same as before 5.0-pre.12 (@NogginBops)
Fixed memory leak in `X11KeyboardComponent`. (@NogginBops)
ANGLE:
Switched implementation to use the generated EGL bindings. (@NogginBops)