Yonaba / Jumper

Fast, lightweight and easy-to-use pathfinding library for grid-based games
http://yonaba.github.io/Jumper
MIT License
607 stars 122 forks source link

3D pathfinding with Jumper? #41

Closed ghost closed 8 years ago

ghost commented 9 years ago

Hi, I was wondering if it's possible to do 3D pathfinding with Jumper?

Thanks!

Yonaba commented 8 years ago

Wow, I lost track of this, @stephenfournier Sorry for the huge delay. Short answer is, not as-is. And this is not the intent of this library. Though, for most of the algorithms, it can be extended in 3D easily, and it will need special heuristics.

ghost commented 8 years ago

No problem. Thanks!