Silk.NET.Assimp 2.21.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Silk.NET.Assimp --version 2.21.0
NuGet\Install-Package Silk.NET.Assimp -Version 2.21.0
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="Silk.NET.Assimp" Version="2.21.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Silk.NET.Assimp --version 2.21.0
#r "nuget: Silk.NET.Assimp, 2.21.0"
#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 Silk.NET.Assimp as a Cake Addin
#addin nuget:?package=Silk.NET.Assimp&version=2.21.0

// Install Silk.NET.Assimp as a Cake Tool
#tool nuget:?package=Silk.NET.Assimp&version=2.21.0

Silk.NET Logo

Silk.NET is your one-stop-shop for high-speed .NET multimedia, graphics, and compute; providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX.

Use Silk.NET to spruce up applications with cross-platform 3D graphics, audio, compute and haptics!

Silk.NET works on any .NET Standard 2.0 compliant platform, including .NET 6.0, Xamarin, .NET Framework 4.6.1+, and .NET Core 2.0+.

.NET Foundation

Proud to be an official project under the benevolent .NET Foundation umbrella.

About This Package

Bindings for the Open Asset Importer (Assimp), used for importing 3D models and scenes in various common formats.

Features

Performance

Having poured lots of hours into examining generated C# code and its JIT assembly, you can count on us to deliver blazing fast bindings with negligible overhead induced by Silk.NET!

Up-to-date

With an efficient bindings regeneration mechanism, we are committed to ensuring our bindings reflect the latest specifications with frequent updates generated straight from the upstream sources.

High-level utilities

In addition to providing high-speed, direct, and transparent bindings, we provide high-level utilities and wrappers to maximise productivity in common workloads such as platform-agnostic abstractions around Windowing and Input, bringing your apps to a vast number of platforms without changing a single line!

Good-to-go

Silk.NET caters for anything you could need in swift development of multimedia, graphics, compute applications. Silk.NET is an all-in-one solution, complete with Graphics, Compute, Audio, Input, and Windowing.

Funding

Silk.NET requires significant effort to maintain, as such we greatly appreciate any financial support you are able to provide!

This helps ensure Silk.NET's long term viability, and to help support the developers who maintain Silk.NET in their free time. Kai is accepting GitHub Sponsorships.

Further resources

Licensing and governance

Silk.NET is distributed under the very permissive MIT/X11 license and all dependencies are distributed under MIT-compatible licenses.

Silk.NET is a .NET Foundation project, and has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Silk.NET.Assimp:

Package Downloads
MTARealm.Server

RPG Server Base for mta sa based on slipe-server

Stride.Importer.Assimp The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

Ab3d.DXEngine.Assimp

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

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Silk.NET.Assimp:

Repository Stars
stride3d/stride
Stride Game Engine (formerly Xenko)
Version Downloads Last updated
2.21.0 9 4/23/2024
2.20.0 3,937 12/12/2023
2.19.0 624 11/14/2023
2.18.0 443 10/21/2023
2.17.1 14,296 4/9/2023
2.17.0 588 4/6/2023
2.16.0 32,996 8/2/2022
2.15.0 1,124 4/2/2022
2.14.0 525 3/15/2022
2.13.0 1,110 2/6/2022
2.12.0 370 1/7/2022
2.11.0 448 12/6/2021
2.10.1 325 11/10/2021
2.10.0 330 11/6/2021
2.9.0 400 10/5/2021
2.8.0 1,719 9/4/2021
2.7.0 355 8/9/2021
2.6.0 1,189 7/3/2021
2.5.0 348 6/8/2021
2.4.0 462 5/7/2021
2.3.0 344 4/3/2021
2.2.0 384 3/6/2021
2.1.0 345 2/16/2021
2.0.0 419 1/2/2021
2.0.0-preview5 231 12/29/2020
2.0.0-preview4 282 12/8/2020
2.0.0-preview3 299 11/17/2020
2.0.0-preview2 324 8/21/2020
2.0.0-preview 337 7/16/2020

Silk.NET April 2024 Update

           - Added nint overloads for the cases where OpenGL represents a native-sized integer as a void pointer.
           - Added support for executing Windowing loops during repaint and drag events on GLFW in some cases. (thanks @otac0n)
           - Added a distinction between "unset" (-1) and "default" (null) for Windowing depth/stencil buffer bits, defaulting to 24/8 on all platforms unless overridden.
           - Added support for 64-bit Arm Linux for Assimp, GLFW (+ Windowing & Input), OpenAL Soft, SDL, Vkd3d, Vulkan Loader, SwiftShader, and WGPU. (thanks @alexrp)
           - Added support for Apple Silicon Macs for OpenAL Soft, Vulkan Loader, and SwiftShader. (thanks @alexrp)
           - Added support for 32-bit Arm Linux for Assimp, GLFW, OpenAL Soft, SDL, Shaderc, SPIR-V Cross, SPIR-V Reflect, Vkd3d, SwiftShader, and WGPU. (thanks @alexrp)
           - Added support for 64-bit Windows on Arm for Assimp, OpenAL Soft, VulkanLoader, and SwiftShader. (thanks @alexrp)
           - Added limited native library support (SPIR-V Tools and Shaderc) for glibc versions as old as 2.17 on Linux platforms.
           - Added support for new standard cursor shapes in Input and GLFW.
           - Updated to use `ref readonly` instead of `in`.
           - Updated to OpenXR 1.1.36.
           - Updated to DirectStorage 1.2.2.
           - Updated to Vulkan 1.3.281.
           - Updated to SDL 2.30.1.
           - Updated to latest OpenCL specifications.
           - Updated to latest SPIR-V Reflect.
           - Updated to latest WebGPU/Dawn/WGPU headers.
           - Updated Vkd3d native binaries.
           - Fixed string marshalling occasionally resulting in memory access violations on newer .NET 8 versions.
           - Fixed Windowing crashing on .NET Framework builds with prefer 32-bit set using GLFW.
           - Fixed extension loading generic type usage issues with full IL trimming enabled.
           - Fixed erroneous BreakneckLock acquisition logic slowing input events on mobile/SDL. (thanks @ZingBallyhoo)
           - Fixed windowing losing events when using multiple windows on desktop with the mobile/SDL implementation. (thanks @ZingBallyhoo)
           - Fixed some packages not referencing their native counterparts where appropriate. (thanks @alexrp)
           - Fixed Input events for standalone joysticks not being tracked on GLFW.
           - Fixed Input events no longer being tracked after 3-10 reopens of the same window on GLFW.
           - Fixed V-Sync configuration not persisting over window state changes in Windowing.
           - Fixed Circle.Contains erroneously comparing the squared vector distance from its center against its non-squared radius. (thanks @djoyahoy)

           After this update:
           - Apple Silicon support is complete except for missing ANGLE binaries.
           - Arm Linux support is complete except for missing DXVK, ANGLE, and Vulkan Loader (missing on 32-bit only) binaries.
           - 64-bit Windows on Arm support is complete except for missing DXVK and ANGLE binaries.
           - 32-bit Windows on Arm remains unsupported except for DirectStorage.