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
At a command prompt, go to
.project-folder
\tools\localRun
generate_visual_studio_project.bat
.Open
in Visual Studio.project-folder
\buildlocal\PathfindingSampleLocal.slnSet your build configuration to RelWithDebInfo.
-
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