All Projects → helix-toolkit → Helix Toolkit

helix-toolkit / Helix Toolkit

Licence: mit
Helix Toolkit is a collection of 3D components for .NET.

Projects that are alternatives of or similar to Helix Toolkit

Directx12gameengine
DirectX 12 .NET game engine
Stars: ✭ 194 (-81.52%)
Mutual labels:  graphics, directx, uwp
Directxtk12
The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
Stars: ✭ 765 (-27.14%)
Mutual labels:  graphics, directx, uwp
Lume
Create CSS3D/WebGL applications declaratively with HTML. Give regular DOM elements shadow and lighting.
Stars: ✭ 445 (-57.62%)
Mutual labels:  graphics, 3d, 3d-engine
Directxtk
The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
Stars: ✭ 1,918 (+82.67%)
Mutual labels:  graphics, directx, uwp
Live Charts
Simple, flexible, interactive & powerful charts, maps and gauges for .Net
Stars: ✭ 5,045 (+380.48%)
Mutual labels:  uwp, data-visualization, wpf
Renderdoc
RenderDoc is a stand-alone graphics debugging tool.
Stars: ✭ 5,969 (+468.48%)
Mutual labels:  graphics, directx
Reactiveproperty
ReactiveProperty provides MVVM and asynchronous support features under Reactive Extensions. Target framework is .NET Standard 2.0.
Stars: ✭ 603 (-42.57%)
Mutual labels:  uwp, wpf
Fauxgl
Software-only 3D renderer written in Go.
Stars: ✭ 658 (-37.33%)
Mutual labels:  graphics, 3d
Reactiveui
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
Stars: ✭ 6,709 (+538.95%)
Mutual labels:  uwp, wpf
Worldwindjava
The NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
Stars: ✭ 526 (-49.9%)
Mutual labels:  graphics, 3d
Anki 3d Engine
AnKi 3D Engine - Vulkan backend, modern renderer, scripting, physics and more
Stars: ✭ 688 (-34.48%)
Mutual labels:  graphics, 3d
Sophus
C++ implementation of Lie Groups using Eigen.
Stars: ✭ 1,048 (-0.19%)
Mutual labels:  graphics, 3d
Im3d
Immediate mode rendering and 3d gizmos.
Stars: ✭ 561 (-46.57%)
Mutual labels:  graphics, 3d
Silk.net
The high-speed OpenAL, OpenGL, Vulkan, and GLFW bindings library your mother warned you about.
Stars: ✭ 534 (-49.14%)
Mutual labels:  graphics, 3d
Catel
An application development platform
Stars: ✭ 616 (-41.33%)
Mutual labels:  uwp, wpf
Waf
Win Application Framework (WAF) is a lightweight Framework that helps you to create well structured XAML Applications.
Stars: ✭ 539 (-48.67%)
Mutual labels:  uwp, wpf
Directxmath
DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
Stars: ✭ 859 (-18.19%)
Mutual labels:  directx, uwp
Xeogl
A WebGL-based 3D engine for technical visualization. Not actively maintained.
Stars: ✭ 920 (-12.38%)
Mutual labels:  graphics, 3d
Csla
A home for your business logic in any .NET application.
Stars: ✭ 865 (-17.62%)
Mutual labels:  uwp, wpf
Mathc
Pure C math library for 2D and 3D programming
Stars: ✭ 504 (-52%)
Mutual labels:  graphics, 3d

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.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/objorke/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/helix-toolkit
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.17763).

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 Relationship

  • HelixToolkit
    • .NET WPF
      • HelixToolkit.WPF
    • SharpDX DX11 Engine
      • .NET WPF
        • HelixToolkit.WPF.SharpDX
      • UWP
        • Helixtoolkit.UWP
      • .NET CORE
        • HelixToolkit.SharpDX.Core
          • HelixToolkit.SharpDX.Core.Wpf
      • HelixToolkit.Assimp

Bug Report

Please use the following template to report bugs.

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

News

2021-02-20

v2.15.0 releases are available on nuget. Release Note

2021-01-09

v2.14.0 releases are available on nuget. Release Note

2020-10-17

v2.13.1 releases are available on nuget. Release Note

Changes (Please refer to Release Note for details)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].