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.
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 |
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.
graph TD
hx[HelixToolkit] --> hxWpf[HelixToolkit.Wpf]
wpf[WPF Framework] --> hxWpf
graph TD
hx[HelixToolkit] --> hxdx[HelixToolkit.SharpDX]
dx11[DirectX11 Engine] --> hxdx
hxdx --> hxAssimp[HelixToolkit.SharpDX.Assimp]
hxdx --> hxWpf[HelixToolkit.Wpf.SharpDX]
hxdx --> hxWinUI[HelixToolkit.WinUI.SharpDX]
Please use the following template to report bugs.
- Version: [Example: 2.20]
- Package: [Example: Helixtoolkit.Wpf]
- Issue:
- Reproduce Steps:
- Sample Code:
v2.26.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