OpenTK.WinForms
4.0.0-pre.8
Prefix Reserved
This package has been renamed back to OpenTK.GLControl and now has it's initial stable release.
dotnet add package OpenTK.WinForms --version 4.0.0-pre.8
NuGet\Install-Package OpenTK.WinForms -Version 4.0.0-pre.8
<PackageReference Include="OpenTK.WinForms" Version="4.0.0-pre.8" />
paket add OpenTK.WinForms --version 4.0.0-pre.8
#r "nuget: OpenTK.WinForms, 4.0.0-pre.8"
// 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 | Versions 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. |
-
.NETCoreApp 3.1
- OpenTK.Graphics (>= 4.8.2)
- OpenTK.Windowing.Desktop (>= 4.8.2)
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) |
|
PJY.GLib
Package Description |
|
Pilz.Drawing.Drawing3D.OpenGLFactory
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 | 155 | 9/3/2024 | |
4.0.0-pre.7 | 16,681 | 10/9/2023 | |
4.0.0-pre.6 | 26,452 | 8/26/2021 | |
4.0.0-pre.5 | 620 | 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)