engenious.OpenTK
3.0.0-pre
See the version list below for details.
dotnet add package engenious.OpenTK --version 3.0.0-pre
NuGet\Install-Package engenious.OpenTK -Version 3.0.0-pre
<PackageReference Include="engenious.OpenTK" Version="3.0.0-pre" />
paket add engenious.OpenTK --version 3.0.0-pre
#r "nuget: engenious.OpenTK, 3.0.0-pre"
// Install engenious.OpenTK as a Cake Addin #addin nuget:?package=engenious.OpenTK&version=3.0.0-pre&prerelease // Install engenious.OpenTK as a Cake Tool #tool nuget:?package=engenious.OpenTK&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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. 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. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on engenious.OpenTK:
Package | Downloads |
---|---|
engenious.WinForms
engenious graphics framework core assembly, similar to XNA/MonoGame. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.0.3-pre | 492 | 8/18/2020 |
4.0.0.2-pre | 337 | 8/15/2020 |
4.0.0.1-pre | 383 | 7/15/2020 |
4.0.0-pre | 310 | 7/15/2020 |
3.0.1-pre | 748 | 1/25/2019 |
3.0.0-pre | 505 | 12/2/2018 |
* 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.