SharpDX Helix

Zaug 306 Reputation points
2021-07-28T17:37:41.23+00:00

how to download helix SharpDX and use projects???

Developer technologies | XAML
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Hui Liu-MSFT 48,681 Reputation points Microsoft External Staff
    2021-07-29T03:25:17.703+00:00

    We can download the source code at https://github.com/helix-toolkit/helix-toolkit. And the following uses FileLoadDemo as an example.

    1. Open the project file of DemoCore at \helix-toolkit-develop \Source \Examples \WPF.SharpDX \DemoCore.
      118857-1.png
    2. Right-click DemoCore and click Build
      118846-2.png
    3. Click file>save all to save the .sln file
      118858-3.png
    4. Add a reference, right-click Reference in DemoCore->Select Manage NuGet Packages... Search for Helix3DToolkit.Wpf.SharpDX and SharpDX in Browse and install them.
      118847-4.png
    5. Open the project file of FileLoadDemo and repeat the steps 2-4. Also need to download HelixTookit.Wpf.SharpDX.

    118820-5.png
    6. Right-click the reference, select Add reference, find the DemoCore.dll file in \bin\Debug under the DemoCore path and add it.
    118911-6.png
    The dependency of FileLoadDemo is as follows:
    118859-61.png
    7. If there is an error, the sharpdx_direct3d11_1_effects_x64.dll file cannot be found. You could copy the following file to FileLoadDemo\bin\Debug.

    118866-7.png
    8. Run the program result graph:
    ![118867-22.gif]9


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.