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.SharpDX.WPF: Custom 3D Engine and XAML/MVVM compatible Scene Graphs based on SharpDX(DirectX 11) for WPF.
HelixToolkit.SharpDX.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.
Visual Studio 2022.
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.
FXAA, Order Independant Transparent Rendering, Particle system, Tessellation.
4. Wiki and useful External Resources on Computer Graphics.
flowchart TD
subgraph s1["DirectX 11 Engine"]
n6["HelixToolkit.SharpDX"]
n7["HelixToolkit.SharpDX.Assimp"]
n8["HelixToolkit.Wpf.SharpDX"]
n9["HelixToolkit.WinUI.SharpDX"]
end
subgraph s2["WPF 3D Engine"]
n10["HelixToolkit.Wpf"]
n11["HelixToolkit.Wpf.TDxInput"]
end
hx["HelixToolkit"] --> n1["HelixToolkit.Maths"]
n1 --> n2["HelixToolkit.Geometry"]
n6 --> n7 & n8 & n9
n10 --> n11
n2 --> s2
n2 --> s1
n2@{ shape: rect}
Please use the following template to report bugs.
- Version: [Example: 2.20]
- Package: [Example: Helixtoolkit.Wpf]
- Issue:
- Reproduce Steps:
- Sample Code:
v2.27.0 releases are available on nuget. Release Note
Changes (Please refer to Release Note for details)
Nightly build myget feed link has been updated to: https://www.myget.org/F/helixtoolkit-nightly