Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azakhary/As3Pathfinder
as3pathfinder is a Grid Path finding Library written on Action Script 3. It is finding shortest route from start point to end on a 2D grid for given map of obstacles. Utilizes Dijkstra's algorithm.
https://github.com/azakhary/As3Pathfinder
Last synced: about 2 months ago
JSON representation
as3pathfinder is a Grid Path finding Library written on Action Script 3. It is finding shortest route from start point to end on a 2D grid for given map of obstacles. Utilizes Dijkstra's algorithm.
- Host: GitHub
- URL: https://github.com/azakhary/As3Pathfinder
- Owner: azakhary
- Created: 2013-02-09T13:11:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T19:04:18.000Z (over 7 years ago)
- Last Synced: 2024-08-04T05:04:32.106Z (5 months ago)
- Language: ActionScript
- Size: 15.6 KB
- Stars: 17
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - As3Pathfinder - as3pathfinder is a Grid Path finding Library written on Action Script 3. It is finding shortest route from start point to end on a 2D grid for given map of obstacles. Utilizes Dijkstra's algorithm. (Utilities / Geometry)
README
As3Pathfinder
=============as3pathfinder is a non A* Grid Path finding algorythm for Action Script 3.
It is finding shortest route from start point to end on a 2D grid for given map of obstacles.
Utilizes Dijkstra's algorithm.