Ab3d.DXEngine.Assimp 1.1.7934

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

// Install Ab3d.DXEngine.Assimp as a Cake Tool
#tool nuget:?package=Ab3d.DXEngine.Assimp&version=1.1.7934

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.1:

- 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 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. 
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
1.1.7934 1,755 9/21/2021
1.0.7876 1,134 7/30/2021

Updated to support x86 and AnyCPU platform targets