An open API service indexing awesome lists of open source software.

https://github.com/krc2000/astar_2d_pathfinder

Simple one-header 2d pathfinder with debug drawing using SFML
https://github.com/krc2000/astar_2d_pathfinder

Last synced: over 1 year ago
JSON representation

Simple one-header 2d pathfinder with debug drawing using SFML

Awesome Lists containing this project

README

          

# Astar_2d_Pathfinder
Simple one-header 2d pathfinder with debug drawing using SFML.
Download Pathfinder.h and add to your project. Include it after including SFML/Graphics.hpp (Important!).
See Test.cpp for usage example.

![image](https://user-images.githubusercontent.com/47914319/125204232-ecb86500-e284-11eb-927a-72b7141104cb.png)