Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomnewton/AS3AStar
Fast actionscript 3 astar pathfinding algorithm.
https://github.com/tomnewton/AS3AStar
Last synced: 3 months ago
JSON representation
Fast actionscript 3 astar pathfinding algorithm.
- Host: GitHub
- URL: https://github.com/tomnewton/AS3AStar
- Owner: tomnewton
- Created: 2011-02-20T17:35:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-03-27T15:13:45.000Z (over 13 years ago)
- Last Synced: 2024-05-03T05:14:19.979Z (6 months ago)
- Language: ActionScript
- Homepage: http://yyztom.com/post/4134224616/pretty-fast-astar-in-actionscript-3
- Size: 97.7 KB
- Stars: 21
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.mdown
Awesome Lists containing this project
- awesome-actionscript-sorted - AS3AStar - Fast actionscript 3 astar pathfinding algorithm. (Utilities / Geometry)
README
AS3AStar
================Pretty fast Actionscript3 AStar implementation using a BinaryHeap.