OpenTK.GLControl 3.0.0-pre

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

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

The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL. It runs on all major platforms and powers hundreds of apps, games and scientific research.
OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Xamarin Forms Renderer to build native UIs for WPF

SkiaSharp.Views.WindowsForms The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Bonsai.Vision.Design The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

GitHub repositories (34)

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.
xamarin/Xamarin.Forms
Xamarin.Forms Official Home
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.
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
Version Downloads Last updated
3.3.3 61,669 9/10/2022
3.1.0 676,491 8/4/2019
3.0.1 2,262,314 7/6/2018
3.0.0 24,640 5/1/2018
3.0.0-pre 12,660 5/8/2017
1.1.2349.61993 194,394 6/7/2016
1.1.2225 220,261 2/4/2016
1.1.1589.5942 27,879 7/29/2014
1.1.1589.5941 3,689 5/9/2014
1.1.1579.5793 2,537 4/29/2014
1.1.1508.5725 2,439 5/9/2014
1.1.1508.5724 4,161 2/17/2014
1.1.1456.5398 3,189 12/27/2013
1.1.1161.61462 3,696 8/28/2013

* Replaced JoystickButton enum with simple long. (breaking API change)
* Increase available joystick buttons to 64.
* Add support for OpenGL ES3 through Angle + DIrect3D.
* Fix 2 crashes on android
* Move to built-in System.Diagnostics.Debug for Android + iOS
* Fix for certain joysticks returning invalid HID pages.
* Fix for certain joysticks with negative axis range being inverted.
* Fix Xbox controller D-pad on windows
* Fix joystick hat position sticking on Linux
* Enhance xbox button detection to include GUIDE button.
* Fix iOS GL bindings issue introduced by 2ea8334
* Fix crash on setting time to &lt;= 0 for iOS + Android.
* Several minor XML documentation fixes and enhancements
* Fix for angle backbuffer size issue on window resize
* Possible fix for broken GLControl package.