OpenTK.WinForms 4.0.0-pre.8

Prefix Reserved
Suggested Alternatives

OpenTK.GLControl 4.0.0

Additional Details

This package has been renamed back to OpenTK.GLControl and now has it's initial stable release.

This is a prerelease version of OpenTK.WinForms.
dotnet add package OpenTK.WinForms --version 4.0.0-pre.8                
NuGet\Install-Package OpenTK.WinForms -Version 4.0.0-pre.8                
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.WinForms" Version="4.0.0-pre.8" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenTK.WinForms --version 4.0.0-pre.8                
#r "nuget: OpenTK.WinForms, 4.0.0-pre.8"                
#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.WinForms as a Cake Addin
#addin nuget:?package=OpenTK.WinForms&version=4.0.0-pre.8&prerelease

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

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 (5)

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

Package Downloads
Observatory.NET.Desktop

Data visualization for engineers.

IFSEngine.WPF.InteractiveDisplay

WPF UIElement for IFSEngine, a 3D IFS fractal rendering engine.

Nzy3d.Winforms

A .Net API for 3d charts (based on nzy3d-api)

Pilz.Drawing.Drawing3D.OpenGLFactory

Package Description

PJY.GLib

Package Description

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on OpenTK.WinForms:

Repository Stars
blueskythlikesclouds/MikuMikuLibrary
Format library and file editor for Hatsune Miku: Project DIVA games
MatterHackers/agg-sharp
A C# port of Anti-Grain Geometry (AGG) with extensions for common scenarios
AndresTraks/BulletSharpPInvoke
.NET wrapper for the Bullet physics library using Platform Invoke
cbhacks/CrashEdit
Unofficial Crash Bandicoot 1/2/3 Level Editor
hjoykim/THREE
c# port of Three.js
Version Downloads Last updated
4.0.0-pre.8 85 9/3/2024 4.0.0-pre.8 is deprecated because it is no longer maintained.
4.0.0-pre.7 15,400 10/9/2023
4.0.0-pre.6 24,989 8/26/2021
4.0.0-pre.5 610 3/7/2021

- This will be the last release under the name OpenTK.WinForms, the next release is going to be 4.0 under the name OpenTK.GLControl.
- Disabled design mode animation as it was causing flickering when a dropdown menu was supposed to draw on top of GLControl. (@NogginBops)
- Removed the ability to change OpenGL context settings at runtime, attempting this will result in a runtime exception. (@NogginBops)
- The design time properties of the control have been cleaned up and marked with appropriate attributes. (@NogginBops)
- Updated to OpenTK 4.8.2. (@NogginBops)
- Updated to NUKE 8.0.0. (@NogginBops)