OpenTK.Core 4.7.7

.NET Standard 2.1
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package OpenTK.Core --version 4.7.7
NuGet\Install-Package OpenTK.Core -Version 4.7.7
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="4.7.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenTK.Core --version 4.7.7
#r "nuget: OpenTK.Core, 4.7.7"
#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=4.7.7

// Install OpenTK.Core as a Cake Tool
#tool nuget:?package=OpenTK.Core&version=4.7.7

Holds core functionality used by other OpenTK packages.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.1
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (6)

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 cpp 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.8 2,897 10/28/2022
5.0.0-pre.7 7,546 4/19/2022
5.0.0-pre.6 4,264 6/16/2021
5.0.0-pre.5 381 5/29/2021
5.0.0-pre.4 318 5/22/2021
5.0.0-pre.3 7,166 3/10/2021
5.0.0-pre.2 203 3/9/2021
5.0.0-pre.1 504 3/8/2021
4.7.7 8,670 2/23/2023
4.7.6 380 2/22/2023
4.7.5 190,698 9/8/2022
4.7.4 24,154 6/17/2022
4.7.3 1,521 6/17/2022
4.7.2 233,148 5/3/2022
4.7.1 20,493 2/17/2022
4.7.0 1,378 2/16/2022
4.6.7 37,843 9/13/2021
4.6.6 836 9/13/2021
4.6.5 789 9/13/2021
4.6.4 32,381 5/28/2021
4.6.3 13,885 3/27/2021
4.6.2 2,484 3/19/2021
4.6.1 1,922 3/19/2021
4.6.0 1,990 3/18/2021
4.5.0 99,794 2/14/2021
4.4.0 17,574 12/16/2020
4.3.0 21,011 11/21/2020
4.2.0 2,943 11/12/2020
4.1.0 2,650 11/6/2020
4.0.6 4,908 10/18/2020
4.0.5 1,166 10/18/2020
4.0.4 1,168 10/17/2020
4.0.3 1,447 10/14/2020
4.0.2 2,956 10/11/2020
4.0.1 3,402 10/6/2020
4.0.0 5,410 10/2/2020
4.0.0-pre9.10 323 10/1/2020
4.0.0-pre9.9 283 9/30/2020
4.0.0-pre9.8 235 9/29/2020
4.0.0-pre9.7 687 9/20/2020
4.0.0-pre9.6 434 9/14/2020
4.0.0-pre9.5 241 9/14/2020
4.0.0-pre9.4 1,085 8/30/2020

FIX: `ToString()` on all math types no longer throw `NullReferenceException`. (@NogginBops)