Ab4d.Assimp 1.2.9502

dotnet add package Ab4d.Assimp --version 1.2.9502
                    
NuGet\Install-Package Ab4d.Assimp -Version 1.2.9502
                    
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="Ab4d.Assimp" Version="1.2.9502" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ab4d.Assimp" Version="1.2.9502" />
                    
Directory.Packages.props
<PackageReference Include="Ab4d.Assimp" />
                    
Project file
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 Ab4d.Assimp --version 1.2.9502
                    
#r "nuget: Ab4d.Assimp, 1.2.9502"
                    
#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.
#:package Ab4d.Assimp@1.2.9502
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ab4d.Assimp&version=1.2.9502
                    
Install as a Cake Addin
#tool nuget:?package=Ab4d.Assimp&version=1.2.9502
                    
Install as a Cake Tool

Ab4d.Assimp

Ab4d.Assimp is a highly optimized cross-platform .NET Wrapper for the Open Asset Import (Assimp) library.

Assimp library is able to import dozens of different 3D model formats (e.g. OBJ, FBX, GLTF, Collada). See its GitHub page for more information: https://github.com/assimp/assimp

The wrapper library is using Span to access the native memory and this significantly reduces the required memory copy operations.

Note: This version of the package does not contain the native Assimp library. The compiled dlls for the native library can be found in the lib folder in the Ab4d.SharpEngine.Samples on GitHub.

To start using the library call the following method and provide the path to the native assimp library: AssimpLibrary.Instance.Initialize(assimpLibPath);

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Ab4d.Assimp:

Package Downloads
Ab4d.SharpEngine.Assimp

Ab4d.SharpEngine.Assimp provides classes that can use Assimp importer to import 3D objects into Ab4d.SharpEngine 3D rendering engine

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.9502 164 1/6/2026
1.1.8770 2,023 1/5/2024

This release targets version 6.0.2 of the native Assimp library but can be also used with versions newer than 5.4.3.
Ab4d.Assimp v1.2.9502 change log:
- Fixed reading animation data after native Assimp change in v5.4.3.