Info
| Version: | 8.0.9484 |
| Author(s): | AB4D |
| Last Update: | Friday, December 19, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://www.ab4d.com/DXEngine.aspx |
| NuGet Url: | https://www.nuget.org/packages/Ab3d.DXEngine.Wpf |
Install
Install-Package Ab3d.DXEngine.Wpf
dotnet add package Ab3d.DXEngine.Wpf
paket add Ab3d.DXEngine.Wpf
Ab3d.DXEngine.Wpf Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- Ab3d.DXEngine(>= 4.2.7697 && <= 4.2.7697)
- SharpDX(>= 4.2.0)
- SharpDX.DXGI(>= 4.2.0)
- SharpDX.Direct3D11(>= 4.2.0)
- SharpDX.Mathematics(>= 4.2.0)
- Ab3d.DXEngine(>= 4.2.7697 && <= 4.2.7697)
- SharpDX(>= 4.2.0)
- SharpDX.DXGI(>= 4.2.0)
- SharpDX.Direct3D11(>= 4.2.0)
- SharpDX.Mathematics(>= 4.2.0)
- Ab3d.DXEngine(>= 4.2.7697 && <= 4.2.7697)
- SharpDX(>= 4.2.0)
- SharpDX.DXGI(>= 4.2.0)
- SharpDX.Direct3D11(>= 4.2.0)
- SharpDX.Mathematics(>= 4.2.0)
- Ab3d.DXEngine(>= 4.2.7697 && <= 4.2.7697)
- SharpDX(>= 4.2.0)
- SharpDX.DXGI(>= 4.2.0)
- SharpDX.Direct3D11(>= 4.2.0)
- SharpDX.Mathematics(>= 4.2.0)
Tags
IMPORTANT NOTE:
Because this version of Ab3d.DXEngine does not require the SharpDX library, there are some breaking changes when you upgrade from version 7.
If you just want new features and do not want to update your application, use v7.2 instead of v8.0 (it has all the features of v8.0).
If you want to remove the dependency on SharpDX and use newer SIMD-enabled vector types, you will need to use .NET 10 and make a few code changes - see the Upgrade Ab3d.DXEngine to v8.0 guide (https://github.com/ab4d/Ab3d.DXEngine.Wpf.Samples/Upgrade-DXEngine-to-v8.md).