Jumper
Pathfinder
A lightweight pathfinding library for grid-based games
Fast, lightweight and easy-to-use pathfinding library for grid-based games
617 stars
52 watching
124 forks
Language: Lua
last commit: about 2 years ago
Linked from 2 awesome lists
gamedevluapathfindingpathfinding-algorithmspathfinding-library
Related projects:
Repository | Description | Stars |
---|---|---|
albert-dang/a-star-pathing | A pathfinding algorithm designed for 2D games with obstacles mapped to rectangular cells. | 7 |
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 |
prettymuchbryce/easystarjs | An asynchronous A* pathfinding API written in Javascript. | 1,893 |
micuurloon/adventurepathfinding | Implementation of an efficient 2D pathfinding algorithm for a point and click adventure game | 32 |
matejsloboda/dijkstra_map_for_godot | A pathfinding node for the Godot game engine that enables efficient computation of shortest paths in large graphs | 78 |
wesleywerner/lua-star | A Lua implementation of the A"* pathfinding algorithm | 64 |
felselva/uastar | A minimal implementation of the A* pathfinding algorithm in C, suitable for small maps. | 112 |
gmclan-org/dijkstra-graph | A pathfinding solution in GameMaker that uses Dijkstra's algorithm to find the shortest path between two points in a weighted graph | 4 |
drybalka/tree-climber.nvim | A plugin for easy navigation around the syntax-tree produced by treesitter. | 143 |
jdegoes/lambdaconf-2014-introgame | A collection of materials and code snippets for teaching purely-functional game programming with Scala | 163 |
ramongilabert/walker | An animation engine and library for building iOS apps with intuitive animations | 150 |
floatingbanana/grove | A set of Lua libraries providing utility functions for graphics and animation in game development. | 13 |
yurigor/deepdash | A tree traversal library for manipulating nested data structures in JavaScript. | 275 |
kevhiggins/a-star_pathfinder | An A">*</span> search algorithm implementation for pathfinding in tile-based maps. | 3 |