helix-toolkit - HelixToolkit.SharpDX.Assimp 2.24.0-alpha0002

Provides Assimp Import/Export for HelixToolkit.SharpDX.

PM> Install-Package HelixToolkit.SharpDX.Assimp -Version 2.24.0-alpha0002 -Source https://www.myget.org/F/helix-toolkit/api/v3/index.json

Copy to clipboard

> nuget.exe install HelixToolkit.SharpDX.Assimp -Version 2.24.0-alpha0002 -Source https://www.myget.org/F/helix-toolkit/api/v3/index.json

Copy to clipboard

> dotnet add package HelixToolkit.SharpDX.Assimp --version 2.24.0-alpha0002 --source https://www.myget.org/F/helix-toolkit/api/v3/index.json

Copy to clipboard
<PackageReference Include="HelixToolkit.SharpDX.Assimp" Version="2.24.0-alpha0002" />
Copy to clipboard
source https://www.myget.org/F/helix-toolkit/api/v3/index.json

nuget HelixToolkit.SharpDX.Assimp  ~> 2.24.0-alpha0002
Copy to clipboard

> choco install HelixToolkit.SharpDX.Assimp --version 2.24.0-alpha0002 --source https://www.myget.org/F/helix-toolkit/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "helix-toolkit" -SourceLocation "https://www.myget.org/F/helix-toolkit/api/v2"
Install-Module -Name "HelixToolkit.SharpDX.Assimp" -RequiredVersion "2.24.0-alpha0002" -Repository "helix-toolkit" -AllowPreRelease
Copy to clipboard

HelixToolkit

Helix Toolkit

Helix Toolkit is a collection of 3D components for .NET Framework.

HelixToolkit.WPF: Adds variety of functionalities/models on the top of internal WPF 3D models (Media3D namespace).

HelixToolkit.Core.WPF: Adds variety of functionalities/models on the top of internal .NET Core WPF 3D models (Media3D namespace).

HelixToolkit.SharpDX.WPF: Custom 3D Engine and XAML/MVVM compatible Scene Graphs based on SharpDX(DirectX 11) for high performance usage.

HelixToolkit.UWP: Custom 3D Engine and XAML/MVVM compatible Scene Graphs based on SharpDX(DirectX 11) for Universal Windows App.

HelixToolkit.SharpDX.Core: Custom 3D Engine and Scene Graphs based on SharpDX(DirectX 11) for netstandard and .NET Core.

HelixToolkit.SharpDX.Core.Wpf: Wpf Wrapper Components based on HelixToolkit.SharpDX.Core for .NET Core Wpf.

HelixToolkit.WinUI: Custom 3D Engine and XAML/MVVM compatible Scene Graphs based on SharpDX(DirectX 11) for WinUI.

HelixToolkit.SharpDX.Assimp: Assimp.Net 3D model importer/expoter support for HelixToolkit.SharpDX Components.

Examples: Please download full source code to run examples. Or download compiled version

License: MIT Build status Release Chat

Description Value
Web page http://helix-toolkit.github.io/
Wiki https://github.com/helix-toolkit/helix-toolkit/wiki
Documentation http://helix-toolkit.readthedocs.io/
Chat https://gitter.im/helix-toolkit/helix-toolkit
Source repository http://github.com/helix-toolkit/helix-toolkit
Latest build http://ci.appveyor.com/project/holance/helix-toolkit
Issue tracker http://github.com/helix-toolkit/helix-toolkit/issues
NuGet packages http://www.nuget.org/packages?q=HelixToolkit
Nightly build https://www.myget.org/F/helixtoolkit-nightly
StackOverflow http://stackoverflow.com/questions/tagged/helix-3d-toolkit
Twitter https://twitter.com/hashtag/Helix3DToolkit

Project Build

Visual Studio 2019. Windows 10 SDK (Min Ver.10.0.18362.0).

Notes

1. Right-handed Cartesian coordinate system and row major matrix by default

HelixToolkit default is using right-handed Cartesian coordinate system, including Meshbuilder etc. To use left-handed Cartesian coordinate system (Camera.CreateLeftHandedSystem = true), user must manually correct the triangle winding order or IsFrontCounterClockwise in raster state description if using SharpDX. Matrices are row major by default.

2. Performance Topics for WPF.SharpDX and UWP.

3. Following features are not supported currently on FeatureLevel 10 graphics card:

FXAA, Order Independant Transparent Rendering, Particle system, Tessellation.

4. Wiki and useful External Resources on Computer Graphics.

HelixToolkit Library Structure

WPF Internal 3D Engine (DirectX9)

graph TD wpf[WPF Framework] --> hxWpf[HelixToolkit.Wpf] wpf --> hxCoreWpf[HelixToolkit.Core.Wpf]

HelixToolkit DirectX11 Engine

graph TD hx[HelixToolkit] --> dx11[DirectX11 Engine] dx11 --> hxSharpDX[HelixToolkit.Wpf.SharpDX] dx11 --> hxUWP[HelixToolkit.UWP] dx11 --> hxCore[HelixToolkit.SharpDX.Core] hxCore --> hxWinUI[HelixToolkit.SharpDX.Core.Wpf] hxCore --> hxSharpDXCoreWpf[HelixToolkit.WinUI] hxSharpDX --> hxAssimp[HelixToolkit.SharpDX.Assimp] hxUWP --> hxAssimp hxCore --> hxAssimp

Bug Report

Please use the following template to report bugs.

  • Version: [Example: 2.20]
  • Package: [Example: Helixtoolkit.Wpf]
  • Issue:
  • Reproduce Steps:
  • Sample Code:

News

2025-08-17

v2.27.1 releases are available on nuget. Release Note

:bangbang: HelixToolkit v2 is in maintainance mode. No more new feature will be added. New version will be released only for critical bug fixes. Moving forward, our focus will shift to the development of v3.

Changes (Please refer to Release Note for details)

2023-03-17

Nightly build myget feed link has been updated to: https://www.myget.org/F/helixtoolkit-nightly

  • .NETFramework 4.6.2
    • AssimpNet (>= 5.0.0-beta1)
    • HelixToolkit.Wpf.SharpDX (= 2.24.0-alpha0002)
    • Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
    • SharpDX (>= 4.2.0)
    • SharpDX.Direct3D11 (>= 4.2.0)
    • SharpDX.Mathematics (>= 4.2.0)
  • UAP 10.0
    • AssimpNet (>= 5.0.0-beta1)
    • HelixToolkit.UWP (= 2.24.0-alpha0002)
    • Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
    • Microsoft.NETCore.UniversalWindowsPlatform (>= 6.1.7)
    • SharpDX (>= 4.2.0)
    • SharpDX.Direct3D11 (>= 4.2.0)
    • SharpDX.Mathematics (>= 4.2.0)
  • .NETStandard 2.0
    • AssimpNet (>= 5.0.0-beta1)
    • HelixToolkit.SharpDX.Core (= 2.24.0-alpha0002)
    • Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
    • SharpDX (>= 4.2.0)
    • SharpDX.Direct3D11 (>= 4.2.0)
    • SharpDX.Mathematics (>= 4.2.0)
  • .NETFramework 4.6: 4.6.0.0
  • .NETStandard 2.0: 2.0.0.0
  • UAP 10.0: 10.0.0.0

Owners

Oystein Bjorke

Authors

Lunci

Project URL

https://github.com/helix-toolkit/helix-toolkit

License

MIT

Tags

netstandard netcore Wpf UWP SharpDX 3D DirectX Assimp

Info

276 total downloads
6 downloads for version 2.24.0-alpha0002
Download (322.18 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
2.24.0-alpha0002 322.18 KB Mon, 28 Nov 2022 18:48:56 GMT 6
2.23.0 322.11 KB Mon, 28 Nov 2022 08:44:15 GMT 10
2.23.0-snyk-fix-689fa9-0001 322.39 KB Mon, 07 Nov 2022 21:10:17 GMT 8
2.23.0-alpha0099 322.13 KB Thu, 24 Nov 2022 16:39:15 GMT 5
2.23.0-alpha0096 322.17 KB Wed, 23 Nov 2022 18:43:18 GMT 5
2.23.0-alpha0093 322.16 KB Mon, 14 Nov 2022 07:41:02 GMT 6
2.23.0-alpha0090 322.15 KB Mon, 07 Nov 2022 23:55:52 GMT 5
2.23.0-alpha0088 322.13 KB Mon, 07 Nov 2022 20:53:04 GMT 4
2.23.0-alpha0084 322.15 KB Sun, 23 Oct 2022 08:00:26 GMT 3
2.23.0-alpha0082 322.14 KB Thu, 20 Oct 2022 16:47:36 GMT 4
2.23.0-alpha0075 322.06 KB Tue, 18 Oct 2022 16:19:11 GMT 6
2.23.0-alpha0072 322.07 KB Mon, 17 Oct 2022 07:36:14 GMT 5
2.23.0-alpha0069 322.08 KB Tue, 27 Sep 2022 21:13:54 GMT 8
2.23.0-alpha0067 322.07 KB Tue, 20 Sep 2022 04:23:20 GMT 5
2.23.0-alpha0065 322.08 KB Mon, 19 Sep 2022 15:12:37 GMT 7
2.23.0-alpha0061 322.07 KB Thu, 08 Sep 2022 00:52:22 GMT 4
2.23.0-alpha0059 322.08 KB Tue, 30 Aug 2022 20:29:19 GMT 4
2.23.0-alpha0004 322.07 KB Mon, 15 Aug 2022 19:15:28 GMT 5
2.23.0-alpha0002 322.05 KB Mon, 22 Aug 2022 20:06:19 GMT 5
2.22.0 321.98 KB Tue, 27 Sep 2022 20:33:19 GMT 8
2.22.0-beta0001 322.08 KB Sat, 20 Aug 2022 01:34:32 GMT 12
2.22.0-alpha0076 322.05 KB Mon, 22 Aug 2022 21:17:31 GMT 9
2.21.1 327.47 KB Thu, 16 Jun 2022 08:30:45 GMT 8
2.21.0 327.3 KB Wed, 01 Jun 2022 21:34:20 GMT 3
2.20.3 310.23 KB Tue, 01 Feb 2022 21:18:22 GMT 4
2.20.2 391.85 KB Tue, 01 Feb 2022 20:52:23 GMT 6
2.20.1 391.83 KB Tue, 25 Jan 2022 03:42:40 GMT 7
2.20.0 391.82 KB Mon, 01 Nov 2021 02:40:42 GMT 14
2.19.0 391.17 KB Tue, 12 Oct 2021 01:19:43 GMT 7
2.18.0 390.04 KB Sun, 05 Sep 2021 00:37:41 GMT 8
2.17.0 389.21 KB Sun, 20 Jun 2021 18:52:29 GMT 7
2.16.1 389.25 KB Mon, 03 May 2021 02:11:20 GMT 8
2.16.0 389.22 KB Mon, 03 May 2021 00:42:25 GMT 7
2.15.0 389.1 KB Sat, 20 Feb 2021 21:19:12 GMT 8
2.14.0 232.29 KB Sat, 09 Jan 2021 21:32:56 GMT 5
2.13.1 231.35 KB Sat, 17 Oct 2020 18:12:51 GMT 5
2.13.0 231.36 KB Sat, 17 Oct 2020 16:05:37 GMT 4
2.12.0 188.24 KB Tue, 26 May 2020 02:12:36 GMT 9
2.11.0 188.23 KB Sun, 09 Feb 2020 08:23:09 GMT 7
2.9.0 145.9 KB Sun, 25 Aug 2019 02:49:45 GMT 5
2.8.0 138.76 KB Sun, 23 Jun 2019 05:30:47 GMT 5
2.7.0 137.92 KB Sun, 12 May 2019 22:19:33 GMT 6
2.6.1 198.46 KB Sun, 17 Feb 2019 04:46:44 GMT 4
2.6.0 196.46 KB Fri, 04 Jan 2019 08:41:24 GMT 5