HelixToolkit.Wpf 2.25.0

dotnet add package HelixToolkit.Wpf --version 2.25.0
NuGet\Install-Package HelixToolkit.Wpf -Version 2.25.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HelixToolkit.Wpf" Version="2.25.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HelixToolkit.Wpf --version 2.25.0
#r "nuget: HelixToolkit.Wpf, 2.25.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HelixToolkit.Wpf as a Cake Addin
#addin nuget:?package=HelixToolkit.Wpf&version=2.25.0

// Install HelixToolkit.Wpf as a Cake Tool
#tool nuget:?package=HelixToolkit.Wpf&version=2.25.0

HelixToolkit

<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.Core.WPF: Adds variety of functionalities/models on the top of internal .NET Core WPF 3D models (Media3D namespace).

HelixToolkit.SharpDX.WPF: Custom 3D Engine and XAML/MVVM compatible Scene Graphs based on SharpDX(DirectX 11) for high performance usage.

HelixToolkit.UWP: Custom 3D Engine and XAML/MVVM compatible Scene Graphs based on SharpDX(DirectX 11) for Universal Windows App.

HelixToolkit.SharpDX.Core: Custom 3D Engine and Scene Graphs based on SharpDX(DirectX 11) for netstandard and .NET Core.

HelixToolkit.SharpDX.Core.Wpf: Wpf Wrapper Components based on HelixToolkit.SharpDX.Core for .NET Core Wpf.

HelixToolkit.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. Or download compiled version

License: MIT Build status Release Chat

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
Twitter https://twitter.com/hashtag/Helix3DToolkit

Project Build

Visual Studio 2019. Windows 10 SDK (Min Ver.10.0.18362.0).

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 Library Structure

WPF Internal 3D Engine (DirectX9)

graph TD
    wpf[WPF Framework] --> hxWpf[HelixToolkit.Wpf]
    wpf --> hxCoreWpf[HelixToolkit.Core.Wpf]

HelixToolkit DirectX11 Engine

graph TD
    hx[HelixToolkit] --> dx11[DirectX11 Engine]    
    dx11 --> hxSharpDX[HelixToolkit.Wpf.SharpDX]
    dx11 --> hxUWP[HelixToolkit.UWP]
    dx11 --> hxCore[HelixToolkit.SharpDX.Core]
    hxCore --> hxWinUI[HelixToolkit.SharpDX.Core.Wpf]
    hxCore --> hxSharpDXCoreWpf[HelixToolkit.WinUI]
    hxSharpDX --> hxAssimp[HelixToolkit.SharpDX.Assimp]
    hxUWP --> hxAssimp
    hxCore --> hxAssimp

Bug Report

Please use the following template to report bugs.

  • Version: [Example: 2.20]
  • Package: [Example: Helixtoolkit.Wpf]
  • Issue:
  • Reproduce Steps:
  • Sample Code:

News

2023-05-09

v2.24.0 releases are available on nuget. Release Note

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 Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (8)

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 (13)

Showing the top 5 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.
microsoft/psi
Platform for Situated Intelligence
martin2250/OpenCNCPilot
autolevelling gcode-sender for grbl
TexTools/FFXIV_TexTools_UI
DesignEngrLab/MIConvexHull
A .Net fast convex hull library for 2, 3, and higher dimensions.
Version Downloads Last updated
2.25.0 1,595 2/27/2024
2.24.0 30,098 5/9/2023
2.23.0 25,203 11/28/2022
2.22.0 11,772 8/29/2022
2.21.1 12,684 6/16/2022
2.21.0 1,897 5/28/2022
2.20.2 12,586 2/1/2022
2.20.1 1,388 1/19/2022
2.20.0 39,926 11/1/2021
2.19.0 5,059 10/12/2021
2.18.0 3,513 9/5/2021
2.17.0 52,299 6/20/2021
2.16.1 12,244 5/3/2021
2.16.0 5,188 4/24/2021
2.15.0 27,878 2/20/2021
2.14.0 9,955 1/9/2021
2.13.1 18,786 10/17/2020
2.13.0 1,481 10/10/2020
2.12.0 21,152 5/26/2020
2.11.0 165,464 2/9/2020
2.10.0 16,572 11/11/2019
2.9.0 17,493 8/25/2019
2.8.0 19,721 6/23/2019
2.7.0 27,405 5/12/2019
2.6.1 9,642 2/17/2019
2.6.0 5,218 1/4/2019
2.5.1 22,212 10/28/2018
2.5.0 2,002 10/20/2018
2.4.0 16,899 8/26/2018
2.3.0 3,949 7/22/2018
2.2.0 7,214 6/17/2018
2.1.0 9,206 5/5/2018
1.1.0 36,865 2/7/2018
1.0.0 20,777 10/16/2017