OpenTK.GLWpfControl 3.3.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package OpenTK.GLWpfControl --version 3.3.1
                    
NuGet\Install-Package OpenTK.GLWpfControl -Version 3.3.1
                    
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="3.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpenTK.GLWpfControl" Version="3.3.1" />
                    
Directory.Packages.props
<PackageReference Include="OpenTK.GLWpfControl" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OpenTK.GLWpfControl --version 3.3.1
                    
#r "nuget: OpenTK.GLWpfControl, 3.3.1"
                    
#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.
#:package OpenTK.GLWpfControl@3.3.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OpenTK.GLWpfControl&version=3.3.1
                    
Install as a Cake Addin
#tool nuget:?package=OpenTK.GLWpfControl&version=3.3.1
                    
Install as a Cake Tool

A native WPF control for OpenTK 3.X.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
    • OpenTK (>= 3.3.0 && < 3.4.0)

NuGet packages (10)

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

Package Downloads
SkiaSharp.Views.WPF

SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.

ScottPlot.WPF

User controls for displaying interactive plots in WPF applications

CleCommonSystems

Package Description

OpenTkWPFHost

OpenTK WPF host control

SpiralLab.Sirius3.UI

Sirius3 is a .NET-based, all-in-one platform for precision laser processing

GitHub repositories (5)

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

Repository Stars
ScottPlot/ScottPlot
Interactive plotting library for .NET
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Triky313/AlbionOnline-StatisticsAnalysis
A tool with many features for the game Albion Online
varon/GLGraph
The fastest free real-time C# graphs and charts for WPF or natively using OpenGL. Better than LiveCharts, freer than SciChart.
qian-o/MediaWPF
WPF 视频硬解码渲染Demo
Version Downloads Last Updated
5.0.0-pre.1 1,239 10/31/2024
4.3.3 24,183 10/31/2024
4.3.2 2,219 8/8/2024
4.3.1 1,891 5/30/2024
4.3.0 459 5/30/2024 4.3.0 is deprecated because it has critical bugs.
4.2.3 184,093 2/15/2023
4.2.2 7,844 6/20/2022
4.2.1 2,646 6/19/2022
4.1.0 18,441 2/24/2021
4.0.0 1,891 1/6/2021
4.0.0-pre.12 606 11/30/2020
4.0.0-pre.11 510 11/25/2020
4.0.0-pre.10 474 11/25/2020
4.0.0-pre.9 455 11/24/2020
4.0.0-pre.8 433 11/24/2020
4.0.0-pre.7 563 11/22/2020
4.0.0-pre.5 482 11/21/2020
4.0.0-pre.4 486 11/18/2020
4.0.0-pre.3 498 11/15/2020
4.0.0-pre.2 468 11/15/2020
4.0.0-pre.1 474 11/12/2020
3.3.1 335 10/5/2025
3.3.0 203,576 2/24/2021
3.2.3 1,269 1/6/2021
3.2.2 2,597 11/25/2020
3.2.1 1,142 11/25/2020
3.2.0 1,188 11/24/2020
3.1.1 1,304 11/15/2020
3.1.0 1,487 11/10/2020
3.0.1 1,252 11/8/2020
3.0.0 1,580 11/6/2020
2.1.0 1,775 10/5/2019
2.0.3 1,369 8/15/2019
2.0.2 1,278 8/15/2019
2.0.1 1,307 8/1/2019
2.0.0 1,320 7/23/2019
1.1.2 1,395 7/10/2019
1.1.1 1,349 6/25/2019
1.1.0 1,258 6/25/2019
1.0.1 1,324 6/20/2019
1.0.0 1,416 6/20/2019

Sign the GLWpfControl assembly (@ChristianRadloff).
Allow software rendering fallback to support remote desktop. (@gmurray81)
Add D3DCREATE_FPU_PRESERVE to fix issue where creating a GLWpfControl caused double precision calculations to be done with single precision in 32-bit applications. (@NogginBops)