LT.AssimpMetadata
6.0.2
dotnet add package LT.AssimpMetadata --version 6.0.2
NuGet\Install-Package LT.AssimpMetadata -Version 6.0.2
<PackageReference Include="LT.AssimpMetadata" Version="6.0.2" />
<PackageVersion Include="LT.AssimpMetadata" Version="6.0.2" />
<PackageReference Include="LT.AssimpMetadata" />
paket add LT.AssimpMetadata --version 6.0.2
#r "nuget: LT.AssimpMetadata, 6.0.2"
#:package LT.AssimpMetadata@6.0.2
#addin nuget:?package=LT.AssimpMetadata&version=6.0.2
#tool nuget:?package=LT.AssimpMetadata&version=6.0.2
LT.AssimpMetadata
Windows Metadata (.winmd) for the Assimp (Open Asset Import Library) C API, enabling use with CsWin32 source generator.
Features
- Complete metadata for Assimp 6.0.2 C API
- Includes native assimp.dll for Windows x64
- Seamless integration with CsWin32
Installation
Install this package:
dotnet add package LT.AssimpMetadataInstall CsWin32 (required separately):
dotnet add package Microsoft.Windows.CsWin32 --prerelease
Usage
Create a
NativeMethods.txtfile in your project root:aiImportFile aiReleaseImport aiGetErrorString aiScene aiMeshBuild your project. CsWin32 automatically generates P/Invoke bindings.
Use the generated APIs:
using Windows.Win32; unsafe { var scene = PInvoke.aiImportFile("model.obj", 0); // ... work with the scene PInvoke.aiReleaseImport(scene); }
Requirements
- .NET 6.0 or later
- Windows x64
- Microsoft.Windows.CsWin32 (installed separately)
Supported APIs
All Assimp C API functions are available, including:
- Import/Export:
aiImportFile,aiExportScene, etc. - Scene traversal:
aiScene,aiNode,aiMesh, etc. - Materials:
aiMaterial,aiGetMaterialProperty, etc. - Post-processing:
aiPostProcessStepsflags
License
MIT License. Assimp library is under BSD-3-Clause license.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
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 | |
|---|---|---|---|
| 6.0.2 | 182 | 1/14/2026 |