OpenTK.GLWpfControl 4.2.3

.NET Core 3.1
dotnet add package OpenTK.GLWpfControl --version 4.2.3
NuGet\Install-Package OpenTK.GLWpfControl -Version 4.2.3
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.GLWpfControl" Version="4.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenTK.GLWpfControl --version 4.2.3
#r "nuget: OpenTK.GLWpfControl, 4.2.3"
#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.GLWpfControl as a Cake Addin
#addin nuget:?package=OpenTK.GLWpfControl&version=4.2.3

// Install OpenTK.GLWpfControl as a Cake Tool
#tool nuget:?package=OpenTK.GLWpfControl&version=4.2.3

A native WPF control for OpenTK 4.X.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp3.1
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
    • OpenTK (>= 4.3.0 && < 5.0.0)

NuGet packages (2)

Showing the top 2 NuGet packages that depend on OpenTK.GLWpfControl:

Package Downloads
ScottPlot.WPF The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

User controls for displaying interactive plots in WPF applications

Nzy3d.Wpf

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

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on OpenTK.GLWpfControl:

Repository Stars
ScottPlot/ScottPlot
Interactive plotting library for .NET
Version Downloads Last updated
4.2.3 775 2/15/2023
4.2.2 3,564 6/20/2022
4.2.1 367 6/19/2022
4.1.0 8,847 2/24/2021
4.0.0 612 1/6/2021
4.0.0-pre.12 321 11/30/2020
4.0.0-pre.11 227 11/25/2020
4.0.0-pre.10 179 11/25/2020
4.0.0-pre.9 188 11/24/2020
4.0.0-pre.8 182 11/24/2020
4.0.0-pre.7 257 11/22/2020
4.0.0-pre.5 238 11/21/2020
4.0.0-pre.4 207 11/18/2020
4.0.0-pre.3 231 11/15/2020
4.0.0-pre.2 198 11/15/2020
4.0.0-pre.1 182 11/12/2020
3.3.0 2,679 2/24/2021
3.2.3 352 1/6/2021
3.2.2 424 11/25/2020
3.2.1 310 11/25/2020
3.2.0 313 11/24/2020
3.1.1 399 11/15/2020
3.1.0 547 11/10/2020
3.0.1 338 11/8/2020
3.0.0 554 11/6/2020
2.1.0 760 10/5/2019
2.0.3 492 8/15/2019
2.0.2 407 8/15/2019
2.0.1 455 8/1/2019
2.0.0 460 7/23/2019
1.1.2 480 7/10/2019
1.1.1 457 6/25/2019
1.1.0 405 6/25/2019
1.0.1 453 6/20/2019
1.0.0 441 6/20/2019

Fix event issue, use `RegisterToEventsDirectly` and `CanInvokeOnHandledEvents` to customize event registering/handling. (@softwareantics)
Internal cleanup that fixed issue where setting `RenderContinuously = false` caused an extra call to render. (@francotiveron)