helix-toolkit - HelixToolkit.SharpDX.Core 2.16.1

Provides custom 3D controls for netstandard and netcore based on SharpDX.

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

Copy to clipboard

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

Copy to clipboard

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

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

nuget HelixToolkit.SharpDX.Core  ~> 2.16.1
Copy to clipboard

> choco install HelixToolkit.SharpDX.Core --version 2.16.1 --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.Core" -RequiredVersion "2.16.1" -Repository "helix-toolkit" 
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

  • .NETCoreApp 3.1
    • Cyotek.Drawing.BitmapFont (>= 2.0.0)
    • HelixToolkit (= 2.16.1)
    • SharpDX (>= 4.2.0)
    • SharpDX.D3DCompiler (>= 4.2.0)
    • SharpDX.Direct2D1 (>= 4.2.0)
    • SharpDX.Direct3D11 (>= 4.2.0)
    • SharpDX.DXGI (>= 4.2.0)
    • SharpDX.Mathematics (>= 4.2.0)
    • System.ComponentModel.TypeConverter (>= 4.3.0)
    • System.Drawing.Primitives (>= 4.3.0)
    • System.Private.DataContractSerialization (>= 4.3.0)
    • System.Reflection.TypeExtensions (>= 4.3.0)
    • System.Runtime.Serialization.Primitives (>= 4.3.0)
    • System.Runtime.Serialization.Xml (>= 4.3.0)
    • System.Threading.Tasks.Parallel (>= 4.3.0)
  • .NETCoreApp 2.1
    • Cyotek.Drawing.BitmapFont (>= 2.0.0)
    • HelixToolkit (= 2.16.1)
    • SharpDX (>= 4.2.0)
    • SharpDX.D3DCompiler (>= 4.2.0)
    • SharpDX.Direct2D1 (>= 4.2.0)
    • SharpDX.Direct3D11 (>= 4.2.0)
    • SharpDX.DXGI (>= 4.2.0)
    • SharpDX.Mathematics (>= 4.2.0)
    • System.ComponentModel.TypeConverter (>= 4.3.0)
    • System.Drawing.Primitives (>= 4.3.0)
    • System.Private.DataContractSerialization (>= 4.3.0)
    • System.Reflection.TypeExtensions (>= 4.3.0)
    • System.Runtime.Serialization.Primitives (>= 4.3.0)
    • System.Runtime.Serialization.Xml (>= 4.3.0)
    • System.Threading.Tasks.Parallel (>= 4.3.0)
  • .NETStandard 1.3
    • Cyotek.Drawing.BitmapFont (>= 2.0.0)
    • HelixToolkit (= 2.16.1)
    • SharpDX (>= 4.2.0)
    • SharpDX.D3DCompiler (>= 4.2.0)
    • SharpDX.Direct2D1 (>= 4.2.0)
    • SharpDX.Direct3D11 (>= 4.2.0)
    • SharpDX.DXGI (>= 4.2.0)
    • SharpDX.Mathematics (>= 4.2.0)
    • System.ComponentModel.TypeConverter (>= 4.3.0)
    • System.Drawing.Primitives (>= 4.3.0)
    • System.Private.DataContractSerialization (>= 4.3.0)
    • System.Reflection.TypeExtensions (>= 4.3.0)
    • System.Runtime.Serialization.Primitives (>= 4.3.0)
    • System.Runtime.Serialization.Xml (>= 4.3.0)
    • System.Threading.Tasks.Parallel (>= 4.3.0)
  • .NETCoreApp 2.1: 2.1.0.0
  • .NETCoreApp 3.1: 3.1.0.0
  • .NETStandard 1.3: 1.3.0.0

Owners

Oystein Bjorke

Authors

objo, Lunci

Project URL

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

License

MIT

Tags

netstandard netcore SharpDX 3D

Info

167 total downloads
13 downloads for version 2.16.1
Download (1.88 MB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
2.24.0-alpha0002 685.42 KB Mon, 28 Nov 2022 18:48:57 GMT 4
2.23.0 685.39 KB Mon, 28 Nov 2022 08:44:16 GMT 13
2.23.0-snyk-fix-689fa9-0001 684.92 KB Mon, 07 Nov 2022 21:10:19 GMT 1
2.23.0-alpha0099 685.4 KB Thu, 24 Nov 2022 16:39:17 GMT 0
2.23.0-alpha0096 684.9 KB Wed, 23 Nov 2022 18:43:20 GMT 0
2.23.0-alpha0093 684.93 KB Mon, 14 Nov 2022 07:41:04 GMT 1
2.23.0-alpha0090 684.82 KB Mon, 07 Nov 2022 23:56:51 GMT 0
2.23.0-alpha0088 684.81 KB Mon, 07 Nov 2022 20:53:05 GMT 0
2.23.0-alpha0084 684.72 KB Sun, 23 Oct 2022 08:00:28 GMT 0
2.23.0-alpha0082 684.77 KB Thu, 20 Oct 2022 16:47:38 GMT 0
2.23.0-alpha0075 684.69 KB Tue, 18 Oct 2022 16:19:14 GMT 0
2.23.0-alpha0072 684.65 KB Mon, 17 Oct 2022 07:36:15 GMT 0
2.23.0-alpha0069 684.65 KB Tue, 27 Sep 2022 21:13:56 GMT 4
2.23.0-alpha0067 684.65 KB Tue, 20 Sep 2022 04:23:21 GMT 3
2.23.0-alpha0065 684.68 KB Mon, 19 Sep 2022 15:12:41 GMT 0
2.23.0-alpha0061 684.56 KB Thu, 08 Sep 2022 00:52:24 GMT 0
2.23.0-alpha0059 684.57 KB Tue, 30 Aug 2022 20:29:21 GMT 0
2.23.0-alpha0004 684.54 KB Mon, 15 Aug 2022 19:15:29 GMT 0
2.23.0-alpha0002 684.54 KB Mon, 22 Aug 2022 20:06:21 GMT 1
2.22.0 684.51 KB Tue, 27 Sep 2022 20:33:21 GMT 4
2.22.0-beta0001 684.57 KB Sat, 20 Aug 2022 01:34:34 GMT 6
2.22.0-alpha0076 684.54 KB Mon, 22 Aug 2022 21:17:32 GMT 6
2.21.1 686.12 KB Thu, 16 Jun 2022 08:30:47 GMT 9
2.21.0 685.72 KB Wed, 01 Jun 2022 21:34:22 GMT 2
2.20.3 674.51 KB Tue, 01 Feb 2022 21:18:23 GMT 49
2.20.2 1.89 MB Tue, 01 Feb 2022 20:52:26 GMT 3
2.20.1 1.89 MB Tue, 25 Jan 2022 03:42:42 GMT 1
2.20.0 1.89 MB Mon, 01 Nov 2021 02:40:45 GMT 13
2.19.0 1.89 MB Tue, 12 Oct 2021 01:19:45 GMT 1
2.18.0 1.88 MB Sun, 05 Sep 2021 00:37:44 GMT 8
2.17.0 1.88 MB Sun, 20 Jun 2021 18:52:31 GMT 2
2.16.1 1.88 MB Mon, 03 May 2021 02:11:22 GMT 13
2.16.0 1.88 MB Mon, 03 May 2021 00:42:28 GMT 0
2.15.0 1.86 MB Sat, 20 Feb 2021 21:19:14 GMT 4
2.14.0 1.83 MB Sat, 09 Jan 2021 21:32:58 GMT 2
2.13.1 1.83 MB Sat, 17 Oct 2020 18:12:53 GMT 5
2.13.0 1.83 MB Sat, 17 Oct 2020 16:05:39 GMT 0
2.12.0 1.23 MB Tue, 26 May 2020 02:12:38 GMT 3
2.11.0 1.23 MB Sun, 09 Feb 2020 08:23:11 GMT 6
2.9.0 1.18 MB Sun, 25 Aug 2019 02:49:47 GMT 0
2.8.0 1.18 MB Sun, 23 Jun 2019 05:30:49 GMT 2
2.7.0 1.15 MB Sun, 12 May 2019 22:19:35 GMT 0
2.6.1 1.45 MB Sun, 17 Feb 2019 04:46:46 GMT 0
2.6.0 1.45 MB Fri, 04 Jan 2019 08:41:26 GMT 1