AdamsLair.Duality.Backend.DefaultOpenTK
4.0.0-alpha0
This is a prerelease version of AdamsLair.Duality.Backend.DefaultOpenTK.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AdamsLair.Duality.Backend.DefaultOpenTK --version 4.0.0-alpha0
NuGet\Install-Package AdamsLair.Duality.Backend.DefaultOpenTK -Version 4.0.0-alpha0
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="AdamsLair.Duality.Backend.DefaultOpenTK" Version="4.0.0-alpha0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AdamsLair.Duality.Backend.DefaultOpenTK" Version="4.0.0-alpha0" />
<PackageReference Include="AdamsLair.Duality.Backend.DefaultOpenTK" />
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 AdamsLair.Duality.Backend.DefaultOpenTK --version 4.0.0-alpha0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AdamsLair.Duality.Backend.DefaultOpenTK, 4.0.0-alpha0"
#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=AdamsLair.Duality.Backend.DefaultOpenTK&version=4.0.0-alpha0&prerelease
#tool nuget:?package=AdamsLair.Duality.Backend.DefaultOpenTK&version=4.0.0-alpha0&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
The default audiovisual backend layer for Duality. It uses OpenGL and OpenAL, as provided by OpenTK.
Product | Versions 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.
-
.NETFramework 4.7.2
- AdamsLair.Duality (>= 4.0.0-alpha0)
- AdamsLair.OpenTK (>= 1.2.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AdamsLair.Duality.Backend.DefaultOpenTK:
Package | Downloads |
---|---|
AdamsLair.Duality.Editor.Backend.DefaultOpenTK
The default editor backend layer for Duality. It uses OpenGL WinForms controls to integrate game views with editor UI. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.0-alpha2 | 591 | 6/12/2020 |
4.0.0-alpha1 | 453 | 6/12/2020 |
4.0.0-alpha0 | 458 | 6/12/2020 |
3.2.0 | 6,675 | 10/11/2019 |
3.1.3 | 1,396 | 10/4/2019 |
3.1.2 | 915 | 10/4/2019 |
3.1.1 | 1,468 | 7/28/2019 |
3.1.0 | 1,359 | 5/30/2019 |
3.0.3 | 816 | 5/26/2019 |
3.0.2 | 1,114 | 5/4/2019 |
3.0.1 | 1,600 | 2/5/2019 |
3.0.0 | 1,656 | 12/7/2018 |
2.0.22 | 2,633 | 5/22/2018 |
2.0.21 | 2,580 | 1/27/2018 |
2.0.20 | 1,694 | 1/13/2018 |
2.0.19 | 4,370 | 4/20/2017 |
2.0.18 | 1,768 | 3/10/2017 |
2.0.17 | 1,711 | 2/12/2017 |
2.0.16 | 1,530 | 1/25/2017 |
2.0.15 | 1,595 | 12/30/2016 |
2.0.14 | 1,433 | 12/26/2016 |
2.0.13 | 1,380 | 12/22/2016 |
2.0.12 | 1,618 | 12/2/2016 |
2.0.11 | 1,788 | 11/13/2016 |
2.0.10 | 2,178 | 9/17/2016 |
2.0.9 | 2,212 | 6/29/2016 |
2.0.8 | 1,410 | 6/29/2016 |
2.0.7 | 3,019 | 3/5/2016 |
2.0.6 | 1,654 | 2/18/2016 |
2.0.5 | 1,828 | 2/7/2016 |
2.0.4 | 1,796 | 1/16/2016 |
2.0.3 | 2,503 | 11/1/2015 |
2.0.2 | 1,471 | 11/1/2015 |
2.0.1 | 1,760 | 10/26/2015 |
2.0.0 | 1,737 | 10/19/2015 |
Added Support for Setting Hardware Cursors
#ADD: It is now possible to adjust the hardware cursor on the game window through `INativeWindow`.