silmerusse / fudge_pathfindingLinks
A C++ implmentation of A* and Jump Point Search algorithm
☆75Updated last year
Alternatives and similar repositories for fudge_pathfinding
Users that are interested in fudge_pathfinding are comparing it to the libraries listed below
Sorting:
- A* pathfinding with jump point search☆43Updated 12 years ago
- jump point search☆20Updated last year
- A C implementation of the Jump Point Search pathfinding algorithm☆35Updated 12 years ago
- Path finding algorithms for RTS-games implemented with C++ (A*, JPS, Wall-tracing)☆74Updated 7 years ago
- Jump Point Search, public domain, single .h -- OBSOLETE! See tinypile repo for a better version.☆74Updated 6 years ago
- Code for a "Jump Point Search, Explained" post on zerowidth.com☆73Updated last year
- The Hybrid Reciprocal Velocity Obstacle (C++)☆141Updated this week
- Optimal Reciprocal Collision Avoidance in Three Dimensions (C++)☆278Updated this week
- 学习recastnavigation☆114Updated 2 years ago
- a simple behavior tree runtime and editor in c++ 行为树编辑器调试器与运行时☆94Updated last month
- 基于 QuadTree ,实现的AOI。将用在NavMeshScene中,做Agent间的碰撞☆24Updated 5 years ago
- LUA to C++ Binding Library "lua_tinker" expand for c++11/14 and lua 5.3☆82Updated 7 months ago
- 免费的计算机编程类中文书籍,欢迎投稿☆33Updated 9 years ago
- hotfix lua module☆11Updated 6 years ago
- 基于TCP的LUA集群通信组件☆25Updated 5 years ago
- GameAI-BehaviorTree My Impelement☆77Updated 7 years ago
- C++ implementation of Jump Point Search algorithm