Graphical sandbox for pathfinding

Posted by vrode on Stack Overflow See other posts from Stack Overflow or by vrode
Published on 2010-05-07T23:07:18Z Indexed on 2010/05/07 23:18 UTC
Read the original article Hit count: 546

If you needed a clean and consistent sandbox for pathfinding what would you use?

I want to experiment with different pathfinding algorithms by sending virtual units (robots) around obstacles on a geometric plane.

But I don't need a feature overkill like a game engine or Flash might have, just an animated report and native collision detector.

I prefer it to be scripted in python, but if there are java or C++ alternatives I would appreciate them as well.

© Stack Overflow or respective owner

Related posts about pathfinding

Related posts about algorithms