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

// Install OpenTkWPFHost as a Cake Tool
#tool nuget:?package=OpenTkWPFHost&version=0.6.0-alpha&prerelease                
  1. dispose complement now dispose can be successfully performed.
  2. user visible introduced now if user close/minimized/invisible window、unload/invisible control, opengl render will suspend
  3. introduced render procedure lifecycle, can auto close renderprocedure when window closed.
  4. bug fixed.
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.

This package has no dependencies.

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 194 3/22/2024
5.0.0.2 134 3/22/2024
5.0.0.1 133 3/20/2024
4.1.0 232 6/13/2023
4.0.0 165 5/31/2023
3.1.0.1 545 1/14/2022
3.1.0 468 1/14/2022
3.0.3.5 309 12/30/2021
3.0.3.4 296 12/29/2021
3.0.3.3 277 12/28/2021
3.0.3.2 314 12/24/2021
3.0.3.1 302 12/21/2021
3.0.3 309 12/21/2021
3.0.2 303 12/21/2021
3.0.1 298 12/21/2021
3.0.0 300 12/20/2021
3.0.0-preview1 199 12/17/2021
3.0.0-preview 314 12/17/2021
2.0.0 376 11/18/2021
1.2.1 405 11/10/2021
1.2.0 373 11/9/2021
1.1.0 377 10/22/2021
1.0.3 372 10/22/2021
1.0.2 362 10/13/2021
1.0.1 420 10/13/2021
1.0.0 356 10/9/2021
0.9.2-alpha 239 10/8/2021
0.9.1-alpha 209 9/24/2021
0.7.0-alpha 328 9/10/2021
0.6.1-alpha 278 7/29/2021
0.6.0-alpha 450 7/29/2021
0.5.1-alpha 263 7/27/2021
0.5.0-alpha 276 7/27/2021

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