Visualisation of A* path finding algorithm usign open street map data.
The map data can be downloaded via the open street map API. The data must then be saved as .osm file to be used by the program.
Inspired by this video.
Pass the osm map data as program parameter.
astarcities.exe mapdata.osm
Large mpas leads to very bad performance.
Very largs maps might lead to a crash of the program due to not enough stack memory.