AS3AStar
Pathfinder
A fast and efficient algorithm for finding the shortest path in a grid-based environment using ActionScript 3
Fast actionscript 3 astar pathfinding algorithm.
21 stars
2 watching
4 forks
Language: ActionScript
last commit: over 13 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
azakhary/as3pathfinder | A Grid Path finding Library written in ActionScript 3 that finds the shortest route from start point to end on a 2D grid with obstacles using Dijkstra's algorithm | 17 |
kevhiggins/a-star_pathfinder | An A">*</span> search algorithm implementation for pathfinding in tile-based maps. | 3 |
wkhere/eastar | An algorithm for finding the shortest path in a graph | 32 |
albert-dang/a-star-pathing | A pathfinding algorithm designed for 2D games with obstacles mapped to rectangular cells. | 7 |
prettymuchbryce/easystarjs | An asynchronous A* pathfinding API written in Javascript. | 1,893 |
dev1an/a-star | An implementation of the A* pathfinding algorithm | 39 |
felselva/uastar | A minimal implementation of the A* pathfinding algorithm in C, suitable for small maps. | 112 |
hypersurge/pathfinder | A pathfinding library for generating efficient routes on a grid or map | 27 |
mikewesthad/navmesh | A plugin for fast pathfinding using navigation meshes in game engines. | 355 |
beefsack/go-astar | An implementation of the A* search algorithm in Go | 600 |
easbar/fast_paths | Efficient shortest path calculation algorithm | 271 |
motemen/as3-klt | An ActionScript library implementing a feature detection/tracking algorithm based on the Kanade-Lucas-Tomasi method | 11 |
matejsloboda/dijkstra_map_for_godot | A pathfinding node for the Godot game engine that enables efficient computation of shortest paths in large graphs | 78 |
tumftm/graphbasedlocaltrajectoryplanner | A tool for local trajectory planning in autonomous vehicles using graph-based optimization algorithms | 238 |
powerflasherbr/as3potrace | A library to trace bitmaps using the Vectorization algorithm | 62 |