HelixToolkit.Wpf.SharpDX 3.1.1

dotnet add package HelixToolkit.Wpf.SharpDX --version 3.1.1
                    
NuGet\Install-Package HelixToolkit.Wpf.SharpDX -Version 3.1.1
                    
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="HelixToolkit.Wpf.SharpDX" Version="3.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HelixToolkit.Wpf.SharpDX" Version="3.1.1" />
                    
Directory.Packages.props
<PackageReference Include="HelixToolkit.Wpf.SharpDX" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add HelixToolkit.Wpf.SharpDX --version 3.1.1
                    
#r "nuget: HelixToolkit.Wpf.SharpDX, 3.1.1"
                    
#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.
#:package HelixToolkit.Wpf.SharpDX@3.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=HelixToolkit.Wpf.SharpDX&version=3.1.1
                    
Install as a Cake Addin
#tool nuget:?package=HelixToolkit.Wpf.SharpDX&version=3.1.1
                    
Install as a Cake Tool

HelixToolkit

<img src='https://avatars3.githubusercontent.com/u/8432523?s=200&v=4' width='64' />

Helix Toolkit

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

HelixToolkit: Core components shares across different projects.

HelixToolkit.Maths: Modified Math library carried over from SharpDX project to support System.Numerics library.

HelixToolkit.Geometry: Geometry builder library to support common shapes.

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

HelixToolkit.Avalonia.SharpDX: XAML/MVVM compatible Scene Graphs for supporting AvaloniaUI based on HelixToolkit.SharpDX.

HelixToolkit.Wpf.SharpDX: XAML/MVVM compatible Scene Graphs for supporting WPF based on HelixToolkit.SharpDX.

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

HelixToolkit.WinUI.SharpDX: XAML/MVVM compatible Scene Graphs for supporting WinUI based on HelixToolkit.SharpDX.

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

Examples: Please download full source code to run examples.

License: MIT Github Action 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 2022.

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 Package Dependencies

flowchart TD
 subgraph s1["DirectX 11 Engine"]
        n6["HelixToolkit.SharpDX"]
        n7["HelixToolkit.SharpDX.Assimp"]
        n8["HelixToolkit.Wpf.SharpDX"]
        n9["HelixToolkit.WinUI.SharpDX"]
        n10["HelixToolkit.Avallonia.SharpDX"]
  end
 subgraph s2["WPF 3D Engine"]
        n11["HelixToolkit.Wpf"]
        n12["HelixToolkit.Wpf.TDxInput"]
  end
    hx["HelixToolkit"] --> n1["HelixToolkit.Maths"]
    n1 --> n2["HelixToolkit.Geometry"]
    n6 --> n7 & n8 & n9 & n10
    n11 --> n12
    n2 --> s2
    n2 --> s1

    n2@{ shape: rect}

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-11-06

v3.0.0 releases are available on nuget. Release Note

‼️ HelixToolkit v2 is in maintainance mode (Will only release new version on 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

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on HelixToolkit.Wpf.SharpDX:

Package Downloads
Green.InteractiveDataDisplay.WPF

Base On Interactive Data Display for WPF And HelixTool Kit,Support 2D,3DChart ,Support .Net>=4.8

FC75.MaterialRemove.ViewModels.3D

Package Description

FC75.Machine.3D.Views

Package Description

GcodeParserSharp

A simple C# Gcode parser to read gcodes and get out the filament volume and estimated print time.

MachineElement.Model.IO

Package Description

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on HelixToolkit.Wpf.SharpDX:

Repository Stars
TexTools/FFXIV_TexTools_UI
ShinyHobo/BG3-Modders-Multitool
Utility for quickly generating Baldur's Gate 3 mod packs from an unpacked workspace (among other things). This project is not open source; read the license.
visose/Robots
Create and simulate ABB, KUKA, UR, and Staubli robot programs.
tumcms/TUM.CMS.VPLControl
TUM.CMS.VplControl is a WPF based Visual Programming Control for .Net.
Version Downloads Last Updated
3.1.1 59 11/10/2025
3.0.0-ci0001 176 11/6/2025
2.27.3 2,782 8/27/2025
2.27.2 316 8/22/2025
2.27.1 331 8/18/2025
2.27.1-main-v2-0001 167 8/18/2025
2.27.0 5,914 3/30/2025
2.26.0 6,428 1/23/2025
2.25.0 17,446 2/27/2024
2.24.0 10,580 5/9/2023
2.23.0 31,264 11/28/2022
2.22.0 6,679 8/29/2022
2.21.1 5,251 6/16/2022
2.21.0 1,847 5/28/2022
2.20.2 6,206 2/1/2022
2.20.1 1,364 1/19/2022
2.20.0 4,426 11/1/2021
2.19.0 5,598 10/12/2021
2.18.0 2,893 9/5/2021
2.17.0 45,865 6/20/2021
2.16.1 5,587 5/3/2021
2.16.0 1,571 4/24/2021
2.15.0 4,429 2/20/2021
2.14.0 2,145 1/9/2021
2.13.1 3,357 10/17/2020
2.13.0 1,639 10/10/2020
2.12.0 9,188 5/26/2020
2.11.0 262,866 2/9/2020
2.10.0 5,000 11/11/2019
2.9.0 8,215 8/25/2019
2.8.0 4,344 6/23/2019
2.7.0 4,284 5/12/2019
2.6.1 5,225 2/17/2019
2.6.0 3,443 1/4/2019
2.5.1 18,121 10/24/2018
2.5.0 2,293 10/20/2018
2.4.0 8,738 8/26/2018
2.3.0 2,812 7/22/2018
2.2.0 5,341 6/17/2018
2.1.0 3,382 5/5/2018
1.1.0 4,947 2/7/2018
1.0.0 5,073 10/16/2017