拉芬丁 Luafinding是用Lua编写的A *模块,其主要目的是易于使用和优化。 性能测试 要自己运行性能测试,请参阅performance/performance.lua 。 将src/所有Lua文件移动到该文件夹​​,然后在控制台中运行performance.lua 。 这是我的表现结果: > luajit performance.lua Using seed 1614795006 Building 100 x 100 sized map. Generating 2000 random start/finish positions. Finding 1000 paths. Done in 0.309 seconds. Average of 0.000309 per path. 相比之下,对于100x100的地图,“ lua-star”在我的机器上平均每条路径运行0.0017秒;
2021-08-16 02:13:04 9KB lua pathfinding love2d Lua
1
Lua中的A*寻路算法 一般用法: local mapGenerator = require ' map ' local mapSolver = require ' mapSolver ' local map = mapGenerator { width = 25 , height = 25 , entry = {x = 15 , y = 7 }, exit = {x = 23 , y = 11 }, } -- generate a map map. generate () -- prepare map pathfinding solver local solver = mapSolver (map) local solve = solver. solve () local validPath local solver = mapSolver (map) local solve
2021-08-16 00:18:12 24KB Lua
1
Unity A*插件
2021-08-12 10:33:39 5.63MB A* Pathfinding
1
unity版本:2020.3.10 Game视图下:Esc重置地图、空格键执行一次寻路步骤 查看过程需要在Scene视图下看
2021-08-03 09:47:06 29KB A* 寻路 Unity
1
unity A* 寻路插件pro版 4.2.15;unity2019版本无报错!软件仅供学习交流,请勿商用。
2021-07-24 17:20:15 6.04MB unity3D A*算法 unity插件
1
最流行的,功能强大的,基于A星算法实现的Unity寻路插件。AStar Pathfinding Project Pro 插件版本为 4.2.8,专业版,喜欢的直接拿去。
2021-07-20 09:07:07 5.53MB Unity AStar AStarPathfinding
1
可以自己点击设定地图,更改栅格地图大小,不同障碍消耗
2021-07-19 10:02:56 59KB matlab A*寻路 gui
1
unity2D寻路插件,"PolyNav - 2D Pathfinding",亲测有效,但是有一个弊端,不能用于UGUI中寻路,也可能是我还没有摸索出来,在2D场景中使用正常......................................................................................
2021-07-05 18:49:50 188KB unity UGUI 2D寻路 PolyNav
1
unity 2D寻路系统Poly|Nav - 2D Pathfinding 1.6.0 所支持的Unity版本:5.6.1 及以上版本 Poly|Nav is a lightweight polygonal based 2D pathfinding solution using A*, that is extremely easy to setup and use, made for your Unity's new 2D system games! Define the walkable and obstacle area polygons with ease! Generate or update the navigation areas in runtime for procedural levels! Includes a complete steering agent component! Use an easy API to control your agents! Includes NodeCanvas tasks! Includes Playmaker actions! PolyNav can be great for Adventure, Isometric, Side-Scrollers and Top Down 2D Games!
2021-07-05 18:44:00 187KB A* 插件 Unity插件 PolyNav
1
好用的unity3D寻路插件,包含rvo避让系统,导入便可以使用!导入便可以使用导入便可以使用导入便可以使用导入便可以使用
2021-06-25 16:25:23 6.19MB astarpathfinding a*pathfinding unity
1