Ab4d.SharpEngine.Assimp
1.1.8770
See the version list below for details.
dotnet add package Ab4d.SharpEngine.Assimp --version 1.1.8770
NuGet\Install-Package Ab4d.SharpEngine.Assimp -Version 1.1.8770
<PackageReference Include="Ab4d.SharpEngine.Assimp" Version="1.1.8770" />
paket add Ab4d.SharpEngine.Assimp --version 1.1.8770
#r "nuget: Ab4d.SharpEngine.Assimp, 1.1.8770"
// Install Ab4d.SharpEngine.Assimp as a Cake Addin #addin nuget:?package=Ab4d.SharpEngine.Assimp&version=1.1.8770 // Install Ab4d.SharpEngine.Assimp as a Cake Tool #tool nuget:?package=Ab4d.SharpEngine.Assimp&version=1.1.8770
Ab4d.SharpEngine.Assimp
Ab4d.SharpEngine.Assimp provides classes that can use a third-party Assimp importer to import 3D objects into Ab4d.SharpEngine 3D rendering engine.
See the Ab4d.SharpEngine.Samples on GitHub for a sample on how to use the library.
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. |
-
net6.0
- Ab4d.Assimp (>= 1.1.8770)
- Ab4d.SharpEngine (>= 1.0.8740)
-
net8.0
- Ab4d.Assimp (>= 1.1.8770)
- Ab4d.SharpEngine (>= 1.0.8740)
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 |
---|---|---|
3.0.9175-rc3 | 37 | 2/13/2025 |
3.0.9173-rc2 | 57 | 2/11/2025 |
3.0.9169-rc1 | 75 | 2/7/2025 |
2.1.9118-beta2 | 86 | 12/19/2024 |
2.1.9028-beta1 | 107 | 9/20/2024 |
2.0.8956 | 614 | 7/9/2024 |
2.0.8951 | 171 | 7/4/2024 |
2.0.8941-rc2 | 140 | 6/24/2024 |
2.0.8936-rc1 | 119 | 6/19/2024 |
1.1.8776 | 395 | 1/11/2024 |
1.1.8770 | 146 | 1/5/2024 |
1.0.8740 | 233 | 12/7/2023 |
0.9.20-rc1 | 166 | 11/15/2023 |
0.9.18-beta6 | 179 | 10/20/2023 |
0.9.16-beta5 | 167 | 9/15/2023 |
0.9.15-beta4 | 205 | 8/23/2023 |
0.9.14-beta3 | 169 | 8/4/2023 |
0.9.13-beta3 | 187 | 7/11/2023 |
0.9.11-beta3 | 191 | 5/11/2023 |
0.9.10-beta3 | 127 | 5/10/2023 |
0.9.8-beta2 | 181 | 4/16/2023 |
0.9.0-beta1 | 203 | 12/14/2022 |
Ab4d.SharpEngine.Assimp v1.1.8770 change log:
- Added support to import file from Steam by adding a new overload to Import method that takes Stream.
- Added support to see Assimp log messages by adding LoggerCallback and IsVerboseLoggingEnabled properties to AssimpImporter.
- Added AssimpImporter.NamedObjects dictionary that can be used to get a SceneNode by its name.
- Added AssimpExporter class that provides information about supported export formats. Note: the current version does not support exporting SharpEngine Scene objects. But it is possible to export and imported Assimp scene by using _assimpImporter.NativeAssimpScene.ExportScene method.