A* Pathfinding (C++) cover
A*
Pathfinding
C++
Software Engineering

A* Pathfinding (C++)

Cpp Pathfinding is a project that features a C++ implementation of the A* pathfinding algorithm. This algorithm is applied to real-world maps sourced from OpenStreetMap to calculate the shortest path between two points, showcasing its practical application in navigational systems.

Main Skills

C++
CMake
OpenStreetMap
IO2D
Nov. 2021
What's it?

The project focuses on leveraging the A* pathfinding algorithm within a C++ framework to solve real-world navigation problems. By integrating with OpenStreetMap, it provides a tool to efficiently determine the shortest routes, enhancing the capabilities of mapping and GPS-based systems.