lua-star
Pathfinder
A Lua implementation of the A"* pathfinding algorithm
Easy A* path finding for Lua
64 stars
2 watching
7 forks
Language: Lua
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
xiejiangzhi/astar | An A"* path-finding algorithm implementation in Lua | 13 |
glorifiedpig/luafinding | An A"* pathfinding algorithm implemented in Lua for the Love2D game development framework. | 33 |
dev1an/a-star | An implementation of the A* pathfinding algorithm | 39 |
kevhiggins/a-star_pathfinder | An A">*</span> search algorithm implementation for pathfinding in tile-based maps. | 3 |
felselva/uastar | A minimal implementation of the A* pathfinding algorithm in C, suitable for small maps. | 112 |
albert-dang/a-star-pathing | A pathfinding algorithm designed for 2D games with obstacles mapped to rectangular cells. | 7 |
yonaba/jumper | A lightweight pathfinding library for grid-based games | 617 |
woothee/lua-resty-woothee | An Openresty Lua module implementing a user agent string parser for identifying web crawlers and users. | 64 |
nfrid/treesitter-utils | A collection of reusable Treesitter methods in Lua to simplify parsing and processing of text data | 8 |
leethomason/micropather | A pathfinding and A"* solver written in platform-independent C++. | 326 |
vvanders/wasm_lua | A Lua interpreter running in a WebAssembly environment | 793 |
starwing/luautf8 | Adds UTF-8 support to the Lua programming language and its variants | 412 |
prettymuchbryce/easystarjs | An asynchronous A* pathfinding API written in Javascript. | 1,893 |
evandrolg/computer_science_in_lua | An implementation of classic algorithms and data structures in Lua | 50 |
wkhere/eastar | An algorithm for finding the shortest path in a graph | 32 |