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
- Host: GitHub
- URL: https://github.com/krc2000/astar_2d_pathfinder
- Owner: KRC2000
- Created: 2021-07-11T12:40:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T07:08:54.000Z (about 5 years ago)
- Last Synced: 2025-01-29T11:45:28.729Z (over 1 year ago)
- Language: C++
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
