Helix 3D Toolkit

WARNING! AVERTISSEMENT! ¡CUIDADO!
This project page is under construction! Last update was September 2013
Contents
About
The Helix 3D Toolkit is a highly capable 3D graphics library for WPF. It has a wide number of capabilities, but its most salient feature is the easy WPF-style controls for 3D operations and ease of use.
Some other features include: camera manipulation controls, standard controls (such as viewports), importing and exporting files, mesh builder, 3D visuals, effects, etc.
back to top
Installation and Setup
Downloading and installing the Helix 3D Toolkit is very easy:
- Head to the Helix 3D Toolkit website: http://helixtoolkit.codeplex.com/
- Click on the download link. You will get 2 folders, one for .NET 4.0 (Visual Studio 2010 and up) and one for .NET 4.5 (Visual Studio 2012 and up).
- Add the toolkit .dll to your solution.
- Start making awesome graphics applications
Keep in mind a few things:
- Their website includes some documentation, much of it still unfinished or inaccessible: http://helixtoolkit.codeplex.com/documentation
- The toolkit also comes with a set of examples, which you can find by downloading the source code: http://helixtoolkit.codeplex.com/SourceControl/latest#readme.txt
- Keep in mind, however, that the examples cannot be opened with Visual Studio 2010
- On the plus side, you can still see how some of the examples work by looking at the source code section
back to top
Recipes and How-To's
- Getting Started - shows a basic application where we set up a scene and create some visuals
- Loading 3D Model - shows how to load a model from a file (.3ds, .lwo, .obj, .stl).