/A-Star-Pathfinding

SFML A* Pathfinding visualization project

Primary LanguageC++MIT LicenseMIT

A-Star-Pathfinding

Back to basics with a fun SFML project to do a little break from projects in progress, the idea is coming from a video showing some animated algorithms debug visualization

⚠️ This project has been done during a long weekend for fun, many improvements Framework side are necessary to clean the implementation, but it was not the aim of this project. A better SFML Framework will be shared and used in this project when I will come back to some SFML projects. ⚠️

pathfinding

Description

SFML A* Pathfinding visualization project

Software

  • Visual Studio 2022

Dependencies

  • SFML (Windowing, Inputs and Rendering)

Compiling sources

Premake5 is used to generate project files. To generate the project, execute GenerateProject.bat. By default, GenerateProject.bat will generate project files for Visual Studio 2022. If you want to use another version of Visual Studio you can execute GenerateProject.bat from the command line with the Visual Studio version as argument. (ex: .\GeneratedProject.bat vs2019)

Licence

This project is licenced under an MIT Licence.