HelixToolkit.Wpf
3.0.0-ci0001
See the version list below for details.
dotnet add package HelixToolkit.Wpf --version 3.0.0-ci0001
NuGet\Install-Package HelixToolkit.Wpf -Version 3.0.0-ci0001
<PackageReference Include="HelixToolkit.Wpf" Version="3.0.0-ci0001" />
<PackageVersion Include="HelixToolkit.Wpf" Version="3.0.0-ci0001" />
<PackageReference Include="HelixToolkit.Wpf" />
paket add HelixToolkit.Wpf --version 3.0.0-ci0001
#r "nuget: HelixToolkit.Wpf, 3.0.0-ci0001"
#:package HelixToolkit.Wpf@3.0.0-ci0001
#addin nuget:?package=HelixToolkit.Wpf&version=3.0.0-ci0001&prerelease
#tool nuget:?package=HelixToolkit.Wpf&version=3.0.0-ci0001&prerelease
<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.Wpf: Adds variety of functionalities/models on the top of internal WPF 3D models (Media3D namespace).
HelixToolkit.Wpf.SharpDX: Custom 3D Engine and XAML/MVVM compatible Scene Graphs based on SharpDX(DirectX 11) for WPF.
HelixToolkit.WinUI.SharpDX: Custom 3D Engine and XAML/MVVM compatible Scene Graphs based on SharpDX(DirectX 11) for WinUI.
HelixToolkit.Avalonia.SharpDX: Custom 3D Engine and XAML/MVVM compatible Scene Graphs based on SharpDX(DirectX 11) for AvaloniaUI.
HelixToolkit.SharpDX.Assimp: SharpAssimp 3D model importer/expoter support for HelixToolkit.SharpDX Components.
Examples: Please download full source code to run examples.
| 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 |
| 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-08-17
v2.27.1 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 | Versions 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. |
-
.NETFramework 4.8
- CommunityToolkit.Common (>= 8.3.2)
- CommunityToolkit.Diagnostics (>= 8.3.2)
- CommunityToolkit.Mvvm (>= 8.3.2)
- HelixToolkit (>= 3.0.0-ci0001)
- HelixToolkit.Geometry (>= 3.0.0-ci0001)
- System.IO.Compression (>= 4.3.0)
-
net6.0-windows7.0
- CommunityToolkit.Common (>= 8.3.2)
- CommunityToolkit.Diagnostics (>= 8.3.2)
- CommunityToolkit.Mvvm (>= 8.3.2)
- HelixToolkit (>= 3.0.0-ci0001)
- HelixToolkit.Geometry (>= 3.0.0-ci0001)
- System.IO.Compression (>= 4.3.0)
-
net8.0-windows7.0
- CommunityToolkit.Common (>= 8.3.2)
- CommunityToolkit.Diagnostics (>= 8.3.2)
- CommunityToolkit.Mvvm (>= 8.3.2)
- HelixToolkit (>= 3.0.0-ci0001)
- HelixToolkit.Geometry (>= 3.0.0-ci0001)
- System.IO.Compression (>= 4.3.0)
NuGet packages (10)
Showing the top 5 NuGet packages that depend on HelixToolkit.Wpf:
| Package | Downloads |
|---|---|
|
Xbim.WindowsUI
Xbim.WindowsUI is a library containing a set of Windows Forms and WPF controls that can be used to build Windows Xaml or forms-based applications, which can display the 3D geometry and semantic data in IFC building models. |
|
|
HelixToolkit.Wpf.Input
Provides SpaceNavigator decorator for custom controls and extensions for WPF 3D. |
|
|
DesktopUniversalCustomControl
基于Framework4.6.1与NetCore3.1的WPF/Winform自定义控件集和视图 |
|
|
Green.InteractiveDataDisplay.WPF
Base On Interactive Data Display for WPF And HelixTool Kit,Support 2D,3DChart ,Support .Net>=4.8 |
|
|
tutar
Tutar WPF Library |
GitHub repositories (18)
Showing the top 18 popular GitHub repositories that depend on HelixToolkit.Wpf:
| Repository | Stars |
|---|---|
|
tgjones/gemini
Gemini is an IDE framework similar in concept to the Visual Studio Shell. It uses AvalonDock and has an MVVM architecture based on Caliburn Micro.
|
|
|
NimbleSense/Susalem
加入带锅宫酱,来到苏州耶路撒冷的怀抱吧!
|
|
|
microsoft/psi
Platform for Situated Intelligence
|
|
|
TexTools/FFXIV_TexTools_UI
|
|
|
martin2250/OpenCNCPilot
autolevelling gcode-sender for grbl
|
|
|
OpenKH/OpenKh
Kingdom Hearts libraries, tools, game engine and documentation
|
|
|
DesignEngrLab/MIConvexHull
A .Net fast convex hull library for 2, 3, and higher dimensions.
|
|
|
xBimTeam/XbimWindowsUI
The home of XbimXplorer and WPF components for your desktop BIM applications.
|
|
|
cabbagecreek/Marlin3DprinterTool
Marlin3dPrinterTool is a open-source software that helps you configure and test your 3D printer.
|
|
|
AFei19911012/WPFSamples
:monocle_face: WPF and Halcon Samples
|
|
|
lindexi/lindexi_gd
博客用到的代码
|
|
|
BriefFiniteElementNet/BriefFiniteElement.Net
BriefFiniteElementDotNET (BFE.NET) is a library for linear-static Finite Element Method (FEM) analysis of solids and structures in .NET
|
|
|
tumcms/TUM.CMS.VPLControl
TUM.CMS.VplControl is a WPF based Visual Programming Control for .Net.
|
|
|
teocomi/BCFier
Extensible BCF client and tools
|
|
|
jeremyhart/QuickLook.Plugin.HelixViewer
A plugin for viewing 3D models with QuickLook (Beta)
|
|
|
seishinkouki/lceda_step_downloader
|
|
|
monkog/3D-Virtual-Fitting-Room
Augmented reality fitting room. Allows the user to try on 3D models of clothes. Implemented using WPF 3D and Kinect SDK v.1.8.
|
|
|
merschformann/sardine-can
Humble 3D knapsack / bin packing solver
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.1.2 | 17,015 | 11/25/2025 |
| 3.1.1 | 2,099 | 11/10/2025 |
| 3.0.0-ci0001 | 282 | 11/6/2025 |
| 2.27.3 | 16,657 | 8/27/2025 |
| 2.27.2 | 936 | 8/22/2025 |
| 2.27.1 | 741 | 8/18/2025 |
| 2.27.1-main-v2-0001 | 241 | 8/18/2025 |
| 2.27.0 | 29,731 | 3/30/2025 |
| 2.26.0 | 12,584 | 1/23/2025 |
| 2.25.0 | 204,851 | 2/27/2024 |
| 2.24.0 | 66,799 | 5/9/2023 |
| 2.23.0 | 47,230 | 11/28/2022 |
| 2.22.0 | 17,999 | 8/29/2022 |
| 2.21.1 | 16,810 | 6/16/2022 |
| 2.21.0 | 4,660 | 5/28/2022 |
| 2.20.2 | 14,787 | 2/1/2022 |
| 2.20.1 | 1,835 | 1/19/2022 |
| 2.20.0 | 46,414 | 11/1/2021 |
| 2.19.0 | 5,717 | 10/12/2021 |
| 2.18.0 | 4,294 | 9/5/2021 |