https://github.com/jasonw4331/ext-pathfinding
A PHP extension which binds the following library:
https://github.com/jasonw4331/ext-pathfinding
a-star bfs dijkstra pathfinding theta-star
Last synced: 7 months ago
JSON representation
A PHP extension which binds the following library:
- Host: GitHub
- URL: https://github.com/jasonw4331/ext-pathfinding
- Owner: jasonw4331
- Created: 2022-05-30T19:38:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T16:46:01.000Z (over 3 years ago)
- Last Synced: 2025-01-10T21:48:25.964Z (9 months ago)
- Topics: a-star, bfs, dijkstra, pathfinding, theta-star
- Language: C++
- Homepage: https://github.com/PathPlanning/3D-AStar-ThetaStar
- Size: 66.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ext-pathfinding
PHP bindings for the [3D-AStar-ThetaStar](https://github.com/PathPlanning/3D-AStar-ThetaStar) C++ library