OpenTK.GLControl 4.0.1

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

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

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. 
.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 (29)

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

Bonsai Design Library containing visualizer and editor classes for image processing types.

GitHub repositories (35)

Showing the top 5 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.
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
xamarin/Xamarin.Forms
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Version Downloads Last updated
4.0.1 1,445 9/4/2024
4.0.0 216 9/3/2024 4.0.0 is deprecated.
3.3.3 80,785 9/10/2022
3.1.0 783,173 8/4/2019
3.0.1 2,473,336 7/6/2018
3.0.0 25,403 5/1/2018
3.0.0-pre 12,856 5/8/2017
1.1.2349.61993 206,329 6/7/2016
1.1.2225 238,543 2/4/2016
1.1.1589.5942 28,717 7/29/2014
1.1.1589.5941 4,136 5/9/2014
1.1.1579.5793 2,980 4/29/2014
1.1.1508.5725 2,892 5/9/2014
1.1.1508.5724 4,669 2/17/2014
1.1.1456.5398 3,655 12/27/2013
1.1.1161.61462 4,210 8/28/2013

- Renamed the `OpenTK.WinForms` namespace to `OpenTK.GLControl`. (@NogginBops)
- Fixed all remaining renaming issues. (@NogginBops)