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
SFML A* Pathfinding visualization project
- Visual Studio 2022
- SFML (Windowing, Inputs and Rendering)
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)
This project is licenced under an MIT Licence.
