Build your simulation for SimSpace Weaver Local - AWS SimSpace Weaver

End of support notice: On May 20, 2026, AWS will end support for AWS SimSpace Weaver. After May 20, 2026, you will no longer be able to access the SimSpace Weaver console or SimSpace Weaver resources. For more information, see AWS SimSpace Weaver end of support.

Build your simulation for SimSpace Weaver Local

To learn to use SimSpace Weaver Local, you can use the same Pathfinding Sample application that you ran in the cloud during the Getting started with SimSpace Weaver tutorials, but this time on your local hardware.

To build the sample application for SimSpace Weaver Local
  1. At a command prompt, go to project-folder\tools\local.

  2. Run generate_visual_studio_project.bat.

  3. Open project-folder\buildlocal\PathfindingSampleLocal.sln in Visual Studio.

  4. Set your build configuration to RelWithDebInfo.

  5. Choose Build > Build Solution.

    Visual Studio will put your build artifacts in:

    • project-folder\buildlocal\out\RelWithDebInfo.

    Inside that folder, you should see the following executable files:

    • PathfindingSampleLocalSpatial.exe

    • PathfindingSampleLocalView.exe