evenfurther / pathfinding

Pathfinding library for rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minimize staircasing in pathfinding algos

ua-kxie opened this issue · comments

commented

I have a use case where staircasing is very undesirable. Is this possible and if not, add support for it?

If you have a demo use case where it could be useful, I would consider adding a patch to support this provided it does not break compatibility with the current interface.