Skip to content

tukkek/a-star

 
 

Repository files navigation

This repository applies a fix by manthrax1 to bgrins's original A-star library2, allowing Graph instances to be re-used, resulting in a major performance improvement for cases where caching is feasible, especially for large graphs!

The original read-me can be found here: https://github.com/tukkek/a-star/blob/master/README.bgrins.md

Footnotes

  1. Pathing randomly fails after first search. https://github.com/bgrins/javascript-astar/issues/52.

  2. javascript-astar . https://github.com/bgrins/javascript-astar

About

A-star path-finding Java-script library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.3%
  • CSS 4.7%
  • HTML 3.0%