Def-windward-jps - library for fast pathfinding with Jump point search algorithm

Built a native Defold library for fast pathfinding using Jump Point Search (JPS), with a simple Lua API and a small demo scene included .
On a 288×288 grid it finds a path in ~1 ms , which makes it handy for large grids and tight frame budgets.
Pure Lua JPS tends to be much slower than native for heavy workloads like this (~140ms) so the extension is a practical drop‑in speed boost .

9 Likes

Cool! Thanks for sharing!

2 Likes