VOOZH about

URL: https://www.nuget.org/packages/HelixToolkit.SharpDX.Core/

⇱ NuGet Gallery | HelixToolkit.SharpDX.Core 2.27.3




👁 Image
HelixToolkit.SharpDX.Core 2.27.3

dotnet add package HelixToolkit.SharpDX.Core --version 2.27.3
 
 
NuGet\Install-Package HelixToolkit.SharpDX.Core -Version 2.27.3
 
 
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.SharpDX.Core" Version="2.27.3" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HelixToolkit.SharpDX.Core" Version="2.27.3" />
 
Directory.Packages.props
<PackageReference Include="HelixToolkit.SharpDX.Core" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add HelixToolkit.SharpDX.Core --version 2.27.3
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: HelixToolkit.SharpDX.Core, 2.27.3"
 
 
#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.
#:package HelixToolkit.SharpDX.Core@2.27.3
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=HelixToolkit.SharpDX.Core&version=2.27.3
 
Install as a Cake Addin
#tool nuget:?package=HelixToolkit.SharpDX.Core&version=2.27.3
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

👁 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.

Adds variety of functionalities/models on the top of internal WPF 3D models (Media3D namespace).

Adds variety of functionalities/models on the top of internal .NET Core WPF 3D models (Media3D namespace).

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

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

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

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

Custom 3D Engine and XAML/MVVM compatible Scene Graphs based on SharpDX(DirectX 11) for WinUI.

Assimp.Net 3D model importer/expoter support for HelixToolkit.SharpDX Components.

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

2025-08-17

v2.27.1 releases are available on nuget.

‼️ HelixToolkit v2 is in maintainance mode. No more new feature will be added. New version will be released only for critical bug fixes. Moving forward, our focus will shift to the development of v3.

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 net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  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 was computed.  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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on HelixToolkit.SharpDX.Core:

Package Downloads
HelixToolkit.SharpDX.Core.Wpf

Provides custom 3D controls for netcore WPF based on SharpDX.

HelixToolkit.WinUI

Provides custom 3D controls for WinUI based on SharpDX.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on HelixToolkit.SharpDX.Core:

Repository Stars
TexTools/FFXIV_TexTools_UI
maker-community/ElectronBot.DotNet
一个为ElectronBot机器人和瀚文键盘(HelloWorldKeyboard)开发的上位机软件(包含机器人USB操作SDK和瀚文键盘HID操作SDK),采用Windows App SDK框架编写界面。 A host computer software developed for ElectronBot robots (including robot USB operation SDK), using the Windows App SDK framework to write UI.
MontagueM/Charm
Destiny 2 reverse engineering tool for extracting cool things from game files.
Version Downloads Last Updated
2.27.3 21,008 8/27/2025
2.27.2 552 8/22/2025
2.27.1 623 8/18/2025
2.27.1-main-v2-0001 324 8/18/2025
2.27.0 7,620 3/30/2025
2.26.0 14,298 1/23/2025
2.25.0 46,374 2/27/2024
2.24.0 93,747 5/9/2023
2.23.0 34,024 11/28/2022
2.22.0 6,611 8/29/2022
2.21.1 28,286 6/16/2022
2.21.0 2,198 5/28/2022
2.20.2 5,124 2/1/2022
2.20.1 4,177 1/19/2022
2.20.0 3,926 11/1/2021
2.19.0 1,491 10/12/2021
2.18.0 2,088 9/5/2021
2.17.0 10,595 6/20/2021
2.16.1 2,468 5/3/2021
2.16.0 1,407 4/24/2021
Loading failed