Categories
- Air Native Extension
- Animation
- AS3 Game Gears Blog
- Assets
- Augmented Reality
- Authentication
- Backend
- Compression
- Computer Vision
- Cryptography
- Debug
- Decompilers
- Editors
- Engines
- Frameworks
- IA
- IDE
- IM
- Input
- Loaders
- Localization
- Math
- Misc
- Monetization
- Multiplayer
- Obfuscation
- Particles
- Path Finding
- Physics
- Profiling
- Serialization
- Sound
- Stage3D
- State machine
- Testing
- Text
- Tracking
- Tweening
- UI
- Video
- XML
as3AStarWithGreenThread
As3AStarWithGreenThread is a A* (A Star) implementation based on a green thread mechanism optimization. The green thread approach allows the lib to schedule chunks of code to run over…
Comments Off on as3AStarWithGreenThread
as3pathfinder
Grid path finding library. It finds the shortest route from a start point to an end on a 2D grid for a given map of…
baseoneaslib
Lib with a simple A-Star implementation. The path finding algorithm works within a graph defined by the developer and guided by two classes: TileGraph and TileNode. Every…
GPL3
Comments Off on baseoneaslib
AS3 A*
Implementation of the A* path-finding algorithm in Actionscript 3.
Free
Comments Off on AS3 A*
A* (Astar)
AS3 implementation of A* path finding algorithm. It’s primary goal is stability. It should be able to find the path on a 1000×1000 map…
MIT
Comments Off on A* (Astar)