Ab4d.Assimp
1.2.9502
dotnet add package Ab4d.Assimp --version 1.2.9502
NuGet\Install-Package Ab4d.Assimp -Version 1.2.9502
<PackageReference Include="Ab4d.Assimp" Version="1.2.9502" />
<PackageVersion Include="Ab4d.Assimp" Version="1.2.9502" />
<PackageReference Include="Ab4d.Assimp" />
paket add Ab4d.Assimp --version 1.2.9502
#r "nuget: Ab4d.Assimp, 1.2.9502"
#:package Ab4d.Assimp@1.2.9502
#addin nuget:?package=Ab4d.Assimp&version=1.2.9502
#tool nuget:?package=Ab4d.Assimp&version=1.2.9502
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 | Versions 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. |
-
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.
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.