OpenTkWPFHost 0.6.1-alpha

This is a prerelease version of OpenTkWPFHost.
There is a newer version of this package available.
See the version list below for details.
dotnet add package OpenTkWPFHost --version 0.6.1-alpha
                    
NuGet\Install-Package OpenTkWPFHost -Version 0.6.1-alpha
                    
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="OpenTkWPFHost" Version="0.6.1-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpenTkWPFHost" Version="0.6.1-alpha" />
                    
Directory.Packages.props
<PackageReference Include="OpenTkWPFHost" />
                    
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 OpenTkWPFHost --version 0.6.1-alpha
                    
#r "nuget: OpenTkWPFHost, 0.6.1-alpha"
                    
#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.
#addin nuget:?package=OpenTkWPFHost&version=0.6.1-alpha&prerelease
                    
Install OpenTkWPFHost as a Cake Addin
#tool nuget:?package=OpenTkWPFHost&version=0.6.1-alpha&prerelease
                    
Install OpenTkWPFHost as a Cake Tool

Declaration

I've experienced a flickering on intel gpu when low fps on GLWPFControl, I tried to solved it by use GL.Finish() but it'll be blocked frequently as opentk render run in ui thread. So I commenced combination of official project and background implementation.

Feature

  1. OpenTK run in background thread, no blocking in ui thread, grand framerates.

  2. Duo of DX9 and writeablebitmap approaches, high flexiblity.

  3. Async GL.ReadPixel and double pixel buffer object in bitmap approach, high framerates and low cpu usage.

  4. Test passed on NVIDIA GTX970 and Intel UHD630 GPU.

  5. No flickering at any framerate.

Mdpng

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.0.3 205 3/22/2024
5.0.0.2 136 3/22/2024
5.0.0.1 133 3/20/2024
4.1.0 234 6/13/2023
4.0.0 167 5/31/2023
3.1.0.1 549 1/14/2022
3.1.0 472 1/14/2022
3.0.3.5 313 12/30/2021
3.0.3.4 301 12/29/2021
3.0.3.3 281 12/28/2021
3.0.3.2 319 12/24/2021
3.0.3.1 307 12/21/2021
3.0.3 314 12/21/2021
3.0.2 308 12/21/2021
3.0.1 302 12/21/2021
3.0.0 305 12/20/2021
3.0.0-preview1 203 12/17/2021
3.0.0-preview 326 12/17/2021
2.0.0 381 11/18/2021
1.2.1 410 11/10/2021
1.2.0 378 11/9/2021
1.1.0 382 10/22/2021
1.0.3 377 10/22/2021
1.0.2 366 10/13/2021
1.0.1 424 10/13/2021
1.0.0 361 10/9/2021
0.9.2-alpha 243 10/8/2021
0.9.1-alpha 213 9/24/2021
0.7.0-alpha 332 9/10/2021
0.6.1-alpha 282 7/29/2021
0.6.0-alpha 462 7/29/2021
0.5.1-alpha 267 7/27/2021
0.5.0-alpha 280 7/27/2021

namespace refactor;dispose complement;user visible introduced;introduced render procedure  lifecycle;bug fixed;