用于寻路的图形沙箱
如果您需要一个干净且一致的沙箱来进行寻路,您会使用什么?
我想通过发送虚拟单元(机器人)绕过几何平面上的障碍物来尝试不同的寻路算法。
但我不需要像游戏引擎或 Flash 那样的过度杀伤功能,只需要一个动画报告和本机碰撞检测器。
我更喜欢用 python 编写脚本,但如果有 java 或 C++ 替代方案,我也会很感激。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我以前从未使用过它,但是这里的机器人类使用 Player/Stage,并且我见过他们进行寻路。事实上,他们的任务之一正是你提到的,尝试不同的寻路算法。
http://playerstage.sourceforge.net/
I've never used it before, but the robotics class here uses Player/Stage, and I've seen them doing pathfinding. In fact, one of their assignments was exactly what you mentioned, experimenting with different pathfinding algorithms.
http://playerstage.sourceforge.net/