HelixToolkit.Wpf
3.1.2
dotnet add package HelixToolkit.Wpf --version 3.1.2
NuGet\Install-Package HelixToolkit.Wpf -Version 3.1.2
<PackageReference Include="HelixToolkit.Wpf" Version="3.1.2" />
<PackageVersion Include="HelixToolkit.Wpf" Version="3.1.2" />
<PackageReference Include="HelixToolkit.Wpf" />
paket add HelixToolkit.Wpf --version 3.1.2
#r "nuget: HelixToolkit.Wpf, 3.1.2"
#:package HelixToolkit.Wpf@3.1.2
#addin nuget:?package=HelixToolkit.Wpf&version=3.1.2
#tool nuget:?package=HelixToolkit.Wpf&version=3.1.2
<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.
| Description | Value |
|---|---|
| Web page | https://helix-toolkit.github.io/ |
| Wiki | https://github.com/helix-toolkit/helix-toolkit/wiki |
| Documentation | https://helix-toolkit.github.io/develop3 |
| 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.
Documentation
Automated Documentation Generation
This project uses DocFX to automatically generate comprehensive API documentation from C# XML comments.
View Documentation:
- API Documentation: Automatically generated and deployed to GitHub Pages
- Build Locally: See Source/Documentation/README.md for instructions
Build Documentation Locally:
Windows:
cd Source
build-doc.cmd
Linux/macOS:
cd Source
./build-doc.sh
The documentation is automatically built and published via GitHub Actions on every push to the main branch.
For more details on writing and building documentation, see the Documentation README.
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-10
v3.1.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.
- HelixToolkit.Maths
- HelixToolkit.Geometry
- HelixToolkit.SharpDX
- HelixToolkit.WPF.SharpDX
- HelixToolkit.WinUI.SharpDX
- HelixToolkit.Avalonia.SharpDX
- HelixToolkit.SharpDX.Assimp
- HelixToolkit.WPF
- HelixToolkit.Wpf.TDxInput
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.1.2)
- HelixToolkit.Geometry (>= 3.1.2)
- 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.1.2)
- HelixToolkit.Geometry (>= 3.1.2)
- 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.1.2)
- HelixToolkit.Geometry (>= 3.1.2)
- System.IO.Compression (>= 4.3.0)
NuGet packages (11)
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 (19)
Showing the top 19 popular GitHub repositories that depend on HelixToolkit.Wpf:
| Repository | Stars |
|---|---|
|
QL-Win/QuickLook
Bring macOS “Quick Look” feature to Windows
|
|
|
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.
|
|
|
microsoft/psi
Platform for Situated Intelligence
|
|
|
NimbleSense/Susalem
加入带锅宫酱,来到苏州耶路撒冷的怀抱吧!
|
|
|
TexTools/FFXIV_TexTools_UI
|
|
|
martin2250/OpenCNCPilot
autolevelling gcode-sender for grbl
|
|
|
DesignEngrLab/MIConvexHull
A .Net fast convex hull library for 2, 3, and higher dimensions.
|
|
|
OpenKH/OpenKh
Kingdom Hearts libraries, tools, game engine and documentation
|
|
|
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 :alien: keep updating
|
|
|
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.
|
|
|
dma-educational-resources/eft-dma-radar
A WPF remaster of the original Lone EFT DMA Radar.
|
|
|
teocomi/BCFier
Extensible BCF client and tools
|
|
|
jeremyhart/QuickLook.Plugin.HelixViewer
A plugin for viewing 3D models with QuickLook (Beta)
|
|
|
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 | 1,027 | 11/25/2025 |
| 3.1.1 | 1,327 | 11/10/2025 |
| 3.0.0-ci0001 | 223 | 11/6/2025 |
| 2.27.3 | 9,412 | 8/27/2025 |
| 2.27.2 | 709 | 8/22/2025 |
| 2.27.1 | 605 | 8/18/2025 |
| 2.27.1-main-v2-0001 | 191 | 8/18/2025 |
| 2.27.0 | 24,400 | 3/30/2025 |
| 2.26.0 | 11,189 | 1/23/2025 |
| 2.25.0 | 177,591 | 2/27/2024 |
| 2.24.0 | 57,261 | 5/9/2023 |
| 2.23.0 | 44,318 | 11/28/2022 |
| 2.22.0 | 17,065 | 8/29/2022 |
| 2.21.1 | 16,282 | 6/16/2022 |
| 2.21.0 | 4,284 | 5/28/2022 |
| 2.20.2 | 14,230 | 2/1/2022 |
| 2.20.1 | 1,759 | 1/19/2022 |
| 2.20.0 | 45,815 | 11/1/2021 |
| 2.19.0 | 5,626 | 10/12/2021 |
| 2.18.0 | 4,203 | 9/5/2021 |
| 2.17.0 | 57,769 | 6/20/2021 |
| 2.16.1 | 12,811 | 5/3/2021 |
| 2.16.0 | 5,550 | 4/24/2021 |
| 2.15.0 | 49,042 | 2/20/2021 |
| 2.14.0 | 13,451 | 1/9/2021 |
| 2.13.1 | 20,904 | 10/17/2020 |
| 2.13.0 | 1,793 | 10/10/2020 |
| 2.12.0 | 23,280 | 5/26/2020 |
| 2.11.0 | 303,916 | 2/9/2020 |
| 2.10.0 | 18,120 | 11/11/2019 |
| 2.9.0 | 18,736 | 8/25/2019 |
| 2.8.0 | 20,765 | 6/23/2019 |
| 2.7.0 | 29,149 | 5/12/2019 |
| 2.6.1 | 10,105 | 2/17/2019 |
| 2.6.0 | 5,846 | 1/4/2019 |
| 2.5.1 | 22,728 | 10/28/2018 |
| 2.5.0 | 2,714 | 10/20/2018 |
| 2.4.0 | 22,432 | 8/26/2018 |
| 2.3.0 | 4,483 | 7/22/2018 |
| 2.2.0 | 10,242 | 6/17/2018 |
| 2.1.0 | 16,460 | 5/5/2018 |
| 1.1.0 | 54,216 | 2/7/2018 |
| 1.0.0 | 23,192 | 10/16/2017 |