File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -394,6 +394,26 @@ on Reddit.
394
394
[ rayon ] : https://github.com/rayon-rs/rayon
395
395
[ Barnes-Hut ] : https://en.wikipedia.org/wiki/Barnes%E2%80%93Hut_simulation
396
396
397
+ ### [ Polyanya]
398
+
399
+ ![ example of pathfinding] ( polyanya.gif )
400
+ _ Navigating through a mesh in the online [ demo] [ polyanya-demo ] _
401
+
402
+ [ Polyanya] by [ @FrancoisMockers ] is a library implementing
403
+ [ Polyanya] [ polyanya-paper ] , a Compromise-free Pathfinding algorithm on a
404
+ Navigation Mesh. It is currently the fastest known optimal online any angle
405
+ path planning algorithm. Unlike A* , any angle path planning techniques are not
406
+ bound to a grid and will find a taut path.
407
+
408
+ An integration with [ Bevy] is on-going, with a [ few examples] [ polyanya-demo ]
409
+ available in WASM. Next area of work will be around navigation mesh editing.
410
+
411
+ [ Polyanya ] : https://github.com/vleue/polyanya
412
+ [ polyanya-paper ] : https://www.ijcai.org/proceedings/2017/0070.pdf
413
+ [ polyanya-demo ] : https://vleue.github.io/bevy_pathmesh/
414
+ [ Bevy ] : https://bevyengine.org/
415
+ [ @FrancoisMockers ] : https://twitter.com/FrancoisMockers
416
+
397
417
## Popular Workgroup Issues in Github
398
418
399
419
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments