OpenTK.GLWpfControl
4.2.3
dotnet add package OpenTK.GLWpfControl --version 4.2.3
NuGet\Install-Package OpenTK.GLWpfControl -Version 4.2.3
<PackageReference Include="OpenTK.GLWpfControl" Version="4.2.3" />
paket add OpenTK.GLWpfControl --version 4.2.3
#r "nuget: OpenTK.GLWpfControl, 4.2.3"
// 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 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-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. |
-
- OpenTK (>= 4.3.0 && < 5.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on OpenTK.GLWpfControl:
Package | Downloads |
---|---|
ScottPlot.WPF
User controls for displaying interactive plots in WPF applications |
|
Nzy3d.Wpf
A .Net API for 3d charts (based on nzy3d-api) |
|
SA3D.Rendering.WPF
Supplies a WPF control for displaying and handling a SA3D.Rendering render context. |
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 | 11,255 | 2/15/2023 |
4.2.2 | 5,833 | 6/20/2022 |
4.2.1 | 632 | 6/19/2022 |
4.1.0 | 11,783 | 2/24/2021 |
4.0.0 | 884 | 1/6/2021 |
4.0.0-pre.12 | 355 | 11/30/2020 |
4.0.0-pre.11 | 257 | 11/25/2020 |
4.0.0-pre.10 | 212 | 11/25/2020 |
4.0.0-pre.9 | 217 | 11/24/2020 |
4.0.0-pre.8 | 214 | 11/24/2020 |
4.0.0-pre.7 | 290 | 11/22/2020 |
4.0.0-pre.5 | 268 | 11/21/2020 |
4.0.0-pre.4 | 242 | 11/18/2020 |
4.0.0-pre.3 | 265 | 11/15/2020 |
4.0.0-pre.2 | 230 | 11/15/2020 |
4.0.0-pre.1 | 219 | 11/12/2020 |
3.3.0 | 7,560 | 2/24/2021 |
3.2.3 | 575 | 1/6/2021 |
3.2.2 | 788 | 11/25/2020 |
3.2.1 | 483 | 11/25/2020 |
3.2.0 | 524 | 11/24/2020 |
3.1.1 | 620 | 11/15/2020 |
3.1.0 | 777 | 11/10/2020 |
3.0.1 | 553 | 11/8/2020 |
3.0.0 | 797 | 11/6/2020 |
2.1.0 | 995 | 10/5/2019 |
2.0.3 | 686 | 8/15/2019 |
2.0.2 | 620 | 8/15/2019 |
2.0.1 | 664 | 8/1/2019 |
2.0.0 | 660 | 7/23/2019 |
1.1.2 | 694 | 7/10/2019 |
1.1.1 | 666 | 6/25/2019 |
1.1.0 | 606 | 6/25/2019 |
1.0.1 | 652 | 6/20/2019 |
1.0.0 | 660 | 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)