![]() |
VOOZH | about |
dotnet add package HelixToolkit.Geometry --version 3.1.2
NuGet\Install-Package HelixToolkit.Geometry -Version 3.1.2
<PackageReference Include="HelixToolkit.Geometry" Version="3.1.2" />
<PackageVersion Include="HelixToolkit.Geometry" Version="3.1.2" />Directory.Packages.props
<PackageReference Include="HelixToolkit.Geometry" />Project file
paket add HelixToolkit.Geometry --version 3.1.2
#r "nuget: HelixToolkit.Geometry, 3.1.2"
#:package HelixToolkit.Geometry@3.1.2
#addin nuget:?package=HelixToolkit.Geometry&version=3.1.2Install as a Cake Addin
#tool nuget:?package=HelixToolkit.Geometry&version=3.1.2Install as a Cake Tool
<img src='https://avatars3.githubusercontent.com/u/8432523?s=200&v=4' width='64' />
Helix Toolkit is a collection of 3D components for .NET Framework.
Core components shares across different projects.
Modified Math library carried over from SharpDX project to support System.Numerics library.
Geometry builder library to support common shapes.
Custom 3D Engine and Scene Graphs based on SharpDX(DirectX 11).
XAML/MVVM compatible Scene Graphs for supporting AvaloniaUI based on HelixToolkit.SharpDX.
XAML/MVVM compatible Scene Graphs for supporting WPF based on HelixToolkit.SharpDX.
SharpAssimp 3D model importer/expoter support for HelixToolkit.SharpDX Components.
XAML/MVVM compatible Scene Graphs for supporting WinUI based on HelixToolkit.SharpDX.
Adds variety of functionalities/models on the top of internal WPF 3D models (Media3D namespace).
Please download full source code to run examples.
👁 License: MIT
👁 Github Action
👁 Release
👁 Chat
| 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 |
Visual Studio 2022.
This project uses DocFX to automatically generate comprehensive API documentation from C# XML comments.
View Documentation:
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 .
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.
FXAA, Order Independant Transparent Rendering, Particle system, Tessellation.
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}
Please use the following template to report bugs.
v3.1.1 releases are available on nuget.
‼️ 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.
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 | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 is compatible. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 4 NuGet packages that depend on HelixToolkit.Geometry:
| Package | Downloads |
|---|---|
|
HelixToolkit.Wpf
Helix Toolkit is a collection of 3D components for .NET. This package is based on WPF. |
|
|
HelixToolkit.SharpDX
Helix Toolkit is a collection of 3D components for .NET. This package is based on SharpDX. |
|
|
QuickLook.HelixToolkit
Helix Toolkit is a collection of 3D components for .NET. This package is based on WPF. |
|
|
Exiuge.HelixToolkit.Wpf
Helix Toolkit is a collection of 3D components for .NET. This package is based on WPF. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.1.2 | 42,326 | 11/25/2025 |
| 3.1.1 | 3,003 | 11/10/2025 |
| 3.0.0-ci0001 | 402 | 11/6/2025 |