OpenTK.Windowing.Common 4.7.7

.NET Core 3.1 .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.Windowing.Common --version 4.7.7
NuGet\Install-Package OpenTK.Windowing.Common -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.Windowing.Common" Version="4.7.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenTK.Windowing.Common --version 4.7.7
#r "nuget: OpenTK.Windowing.Common, 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.Windowing.Common as a Cake Addin
#addin nuget:?package=OpenTK.Windowing.Common&version=4.7.7

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

Common functionality for OpenTK.Windowing.* 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.

NuGet packages (7)

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.

Bearded.UI

Package Description

IFSEngine

3D IFS fractal rendering engine.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.0-pre.8 2,158 10/28/2022
5.0.0-pre.7 7,068 4/19/2022
5.0.0-pre.6 3,684 6/16/2021
5.0.0-pre.5 392 5/29/2021
5.0.0-pre.4 322 5/22/2021
5.0.0-pre.3 7,108 3/10/2021
5.0.0-pre.2 205 3/9/2021
5.0.0-pre.1 506 3/8/2021
4.7.7 4,477 2/23/2023
4.7.6 233 2/22/2023
4.7.5 24,383 9/8/2022
4.7.4 22,115 6/17/2022
4.7.3 850 6/17/2022
4.7.2 207,026 5/3/2022
4.7.1 19,605 2/17/2022
4.7.0 697 2/16/2022
4.6.7 35,941 9/13/2021
4.6.6 493 9/13/2021
4.6.5 476 9/13/2021
4.6.4 28,725 5/28/2021
4.6.3 11,442 3/27/2021
4.6.2 2,018 3/19/2021
4.6.1 1,477 3/19/2021
4.6.0 1,639 3/18/2021
4.5.0 67,937 2/14/2021
4.4.0 17,778 12/16/2020
4.3.0 20,469 11/21/2020
4.2.0 2,557 11/12/2020
4.1.0 2,219 11/6/2020
4.0.6 3,953 10/18/2020
4.0.5 796 10/18/2020
4.0.4 793 10/17/2020
4.0.3 1,064 10/14/2020
4.0.2 2,613 10/11/2020
4.0.1 1,929 10/6/2020
4.0.0 4,789 10/2/2020
4.0.0-pre9.10 319 10/1/2020
4.0.0-pre9.9 229 9/30/2020
4.0.0-pre9.8 245 9/29/2020
4.0.0-pre9.7 684 9/20/2020
4.0.0-pre9.6 432 9/14/2020
4.0.0-pre9.5 241 9/14/2020
4.0.0-pre9.4 683 8/30/2020

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