Jumper
Pathfinder
A lightweight pathfinding library for grid-based games
Fast, lightweight and easy-to-use pathfinding library for grid-based games
620 stars
52 watching
124 forks
Language: Lua
last commit: over 2 years ago
Linked from 2 awesome lists
gamedevluapathfindingpathfinding-algorithmspathfinding-library
Related projects:
Repository | Description | Stars |
---|---|---|
| A pathfinding algorithm designed for 2D games with obstacles mapped to rectangular cells. | 7 |
| An A"* pathfinding algorithm implemented in Lua for the Love2D game development framework. | 34 |
| An implementation of the A* pathfinding algorithm | 39 |
| An asynchronous A* pathfinding API written in Javascript. | 1,897 |
| Implementation of an efficient 2D pathfinding algorithm for a point and click adventure game | 32 |
| A pathfinding node for the Godot game engine that enables efficient computation of shortest paths in large graphs | 78 |
| A Lua implementation of the A"* pathfinding algorithm | 69 |
| A minimal implementation of the A* pathfinding algorithm in C, suitable for small maps. | 127 |
| A pathfinding solution in GameMaker that uses Dijkstra's algorithm to find the shortest path between two points in a weighted graph | 4 |
| A plugin for easy navigation around the syntax-tree produced by treesitter. | 143 |
| A collection of materials and code snippets for teaching purely-functional game programming with Scala | 163 |
| An animation engine and library for building iOS apps with intuitive animations | 150 |
| A set of Lua libraries providing utility functions for graphics and animation in game development. | 13 |
| A tree traversal library for manipulating nested data structures in JavaScript. | 276 |
| A flexible A"* search algorithm-based pathfinding interface for tile-based maps. | 3 |