OpenTK.GLControl 4.0.2

Prefix Reserved
dotnet add package OpenTK.GLControl --version 4.0.2
                    
NuGet\Install-Package OpenTK.GLControl -Version 4.0.2
                    
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.GLControl" Version="4.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpenTK.GLControl" Version="4.0.2" />
                    
Directory.Packages.props
<PackageReference Include="OpenTK.GLControl" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OpenTK.GLControl --version 4.0.2
                    
#r "nuget: OpenTK.GLControl, 4.0.2"
                    
#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.
#:package OpenTK.GLControl@4.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OpenTK.GLControl&version=4.0.2
                    
Install as a Cake Addin
#tool nuget:?package=OpenTK.GLControl&version=4.0.2
                    
Install as a Cake Tool

A WinForms control designed to wrap the OpenTK 4.x APIs.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (37)

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

Package Downloads
Xamarin.Forms.Platform.WPF

Xamarin Forms Renderer to build native UIs for WPF

SkiaSharp.Views.WindowsForms

SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.

EmguCV

Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc. The wrapper can be compiled in Mono and run on Windows, Linux, Mac OS X, iPhone, iPad and Android devices.

SkiaSharp.Views.Forms.WPF

SkiaSharp for Xamarin.Forms is a set of views that can be used to draw on the screen.

Bonsai.Vision.Design

This package provides type visualizers and editors for image processing operators.

GitHub repositories (2)

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

Repository Stars
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Perfare/AssetStudio
AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.
Version Downloads Last Updated
4.0.2 44,247 1/22/2025
4.0.1 30,368 9/4/2024
4.0.0 1,933 9/3/2024 4.0.0 is deprecated.
3.3.3 151,292 9/10/2022
3.1.0 1,182,445 8/4/2019
3.0.1 2,818,933 7/6/2018
3.0.0 27,552 5/1/2018
3.0.0-pre 13,504 5/8/2017
1.1.2349.61993 231,813 6/7/2016
1.1.2225 295,032 2/4/2016
1.1.1589.5942 30,675 7/29/2014
1.1.1589.5941 5,333 5/9/2014
1.1.1579.5793 4,294 4/29/2014
1.1.1508.5725 4,248 5/9/2014
1.1.1508.5724 5,864 2/17/2014
1.1.1456.5398 4,834 12/27/2013
1.1.1161.61462 5,617 8/28/2013

- Make `GLControl` work with `OpenTK` `4.9.3`. (@NogginBops)