You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current set of traversers are not sufficient for pathfinding or flooding to a range w/ obstacles. There are sort of two things needed that would make such things more easily doable.
A traverser which will perform breadth-first traversal
Which accepts a predicate closure to determine traversability
I created something that works for me, but it doesn't handle the cursor param appropriately as I did not need it
The current set of traversers are not sufficient for pathfinding or flooding to a range w/ obstacles. There are sort of two things needed that would make such things more easily doable.
I created something that works for me, but it doesn't handle the cursor param appropriately as I did not need it
The text was updated successfully, but these errors were encountered: