Ab3d.DXEngine.Assimp
1.0.7876
See the version list below for details.
dotnet add package Ab3d.DXEngine.Assimp --version 1.0.7876
NuGet\Install-Package Ab3d.DXEngine.Assimp -Version 1.0.7876
<PackageReference Include="Ab3d.DXEngine.Assimp" Version="1.0.7876" />
paket add Ab3d.DXEngine.Assimp --version 1.0.7876
#r "nuget: Ab3d.DXEngine.Assimp, 1.0.7876"
// Install Ab3d.DXEngine.Assimp as a Cake Addin #addin nuget:?package=Ab3d.DXEngine.Assimp&version=1.0.7876 // Install Ab3d.DXEngine.Assimp as a Cake Tool #tool nuget:?package=Ab3d.DXEngine.Assimp&version=1.0.7876
Ab3d.DXEngine.Assimp provides importing 3D models from many 3D file formats for Ab3d.DXEngine rendering engine.
It is using a native Assimp importer (https://github.com/assimp/assimp).
Ab3d.DXEngine is a super fast DirectX 11 rendering engine for Desktop .Net applications. Ab3d.DXEngine is built for advanced business and scientific 3D visualization.
The following objects are created:
- MeshObjectNode for objects with meshes
- SceneNode objects for groups of objects
- SimpleMesh<PositionNormalTexture> for meshes
- StandardMaterial for materials
Known issues in v1.0:
- Only 64 bit process is supported because the Silk.NET.Assimp does not correctly call assimp function when using 32 bit process.
- Silk.NET.Assimp depends on Ultz.Native.Assimp library that should copy the native assimp library into the application's output folder.
But this works only for .Net Core and .Net 5.0 project and not for .Net Framework project.
See the sample for .Net framework project on https://github.com/ab4d/Ab3d.DXEngine.Assimp for more information.
Github page with samples project:
https://github.com/ab4d/Ab3d.DXEngine.Assimp
See also:
https://www.ab4d.com/DXEngine.aspx - Ab3d.DXEngine library (DirectX rendering engine)
https://www.ab4d.com/PowerToys.aspx - Ab3d.PowerToys library (the ultimate 3D helper library)
Supported platforms:
- .NET Framework 4.6.1+
- .NET Core 3.1
- .NET 5.0
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows is compatible. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
-
.NETCoreApp 3.1
- Ab3d.DXEngine (>= 4.4.7874)
- Ab3d.DXEngine.Wpf (>= 4.4.7874)
- SharpDX.Direct3D11 (>= 4.2.0)
- SharpDX.Mathematics (>= 4.2.0)
- Silk.NET.Assimp (>= 2.6.0)
-
.NETFramework 4.6.1
- Ab3d.DXEngine (>= 4.4.7874)
- Ab3d.DXEngine.Wpf (>= 4.4.7874)
- SharpDX.Direct3D11 (>= 4.2.0)
- SharpDX.Mathematics (>= 4.2.0)
- Silk.NET.Assimp (>= 2.6.0)
-
.NETFramework 4.8
- Ab3d.DXEngine (>= 4.4.7874)
- Ab3d.DXEngine.Wpf (>= 4.4.7874)
- SharpDX.Direct3D11 (>= 4.2.0)
- SharpDX.Mathematics (>= 4.2.0)
- Silk.NET.Assimp (>= 2.6.0)
-
net5.0-windows
- Ab3d.DXEngine (>= 4.4.7874)
- Ab3d.DXEngine.Wpf (>= 4.4.7874)
- SharpDX.Direct3D11 (>= 4.2.0)
- SharpDX.Mathematics (>= 4.2.0)
- Silk.NET.Assimp (>= 2.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.