Unofficial.OpenTK.GLControl
3.0.11
See the version list below for details.
dotnet add package Unofficial.OpenTK.GLControl --version 3.0.11
NuGet\Install-Package Unofficial.OpenTK.GLControl -Version 3.0.11
<PackageReference Include="Unofficial.OpenTK.GLControl" Version="3.0.11" />
paket add Unofficial.OpenTK.GLControl --version 3.0.11
#r "nuget: Unofficial.OpenTK.GLControl, 3.0.11"
// Install Unofficial.OpenTK.GLControl as a Cake Addin #addin nuget:?package=Unofficial.OpenTK.GLControl&version=3.0.11 // Install Unofficial.OpenTK.GLControl as a Cake Tool #tool nuget:?package=Unofficial.OpenTK.GLControl&version=3.0.11
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
-
- Unofficial.OpenTK (= 3.0.11)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Unofficial.OpenTK.GLControl:
Package | Downloads |
---|---|
Aardvark.Application.WinForms.GL
Aardvark is an open-source platform for visual computing, real-time graphics and visualization. |
|
Aardvark.Application.WPF.GL
Aardvark is an open-source platform for visual computing, real-time graphics and visualization. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.21 | 11,071 | 7/12/2022 |
3.0.20 | 3,075 | 3/9/2021 |
3.0.19 | 46,518 | 8/11/2020 |
3.0.18 | 13,053 | 2/25/2020 |
3.0.17 | 603 | 2/21/2020 |
3.0.16 | 130,092 | 10/3/2018 |
3.0.15 | 779 | 10/3/2018 |
3.0.14 | 759 | 10/3/2018 |
3.0.13 | 2,954 | 10/3/2018 |
3.0.12 | 1,764 | 10/3/2018 |
3.0.11 | 3,351 | 10/3/2018 |
3.0.10 | 774 | 10/3/2018 |
3.0.9 | 776 | 10/3/2018 |
3.0.8 | 789 | 10/3/2018 |
3.0.7 | 2,646 | 4/12/2018 |
3.0.6 | 777 | 10/3/2018 |
3.0.5 | 794 | 10/3/2018 |
3.0.4 | 783 | 10/3/2018 |
3.0.3 | 754 | 10/3/2018 |
3.0.2 | 793 | 10/3/2018 |
3.0.1 | 790 | 10/3/2018 |
3.0.0 | 819 | 10/3/2018 |
* Support for OpenGL 4.6
* 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 <= 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.