qiao.github.io/PathFinding.js/visual
Develop games in your browser. Powerful, performant & highly capable.
That's a really cool demonstration, thanks! Only messed with the three main pathfinding heuristics, but Manhattan way outperformed the others in my setup, which had numerous scattered intervening obstacles, with the end goal "behind" a curved wall.
I tried doing a spiral shape, like a snail shell, once I did that the jump point seemed best.