What?
Hi all. I could not find a pathfinding javascript library that is maintained, simple, and support weights. So i decided to fork this library and publish it on npm as javascript-astarf short for javascript-astar-fork.
Link: https://github.com/Andrioden/javascript-astarf
I do this in full respect of your work @bgrins , and hope you do not mind.
Improvements:
- Uses modern javascript; allows module import like
import { AStar, Graph } from "javascript-astarf"
- Fully jsdoc typed; AStar.search is typed to return
GridNode[]
- Cleaned up the README.md so things are more clear with more examples.
Issues fixed:
What?
Hi all. I could not find a pathfinding javascript library that is maintained, simple, and support weights. So i decided to fork this library and publish it on npm as
javascript-astarfshort for javascript-astar-fork.Link: https://github.com/Andrioden/javascript-astarf
I do this in full respect of your work @bgrins , and hope you do not mind.
Improvements:
import { AStar, Graph } from "javascript-astarf"GridNode[]Issues fixed: