Skip to content

Commit ce15a3e

Browse files
committed
N38: Polyanya
1 parent c422672 commit ce15a3e

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

content/news/038/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,26 @@ on Reddit.
394394
[rayon]: https://github.com/rayon-rs/rayon
395395
[Barnes-Hut]: https://en.wikipedia.org/wiki/Barnes%E2%80%93Hut_simulation
396396

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+
397417
## Popular Workgroup Issues in Github
398418

399419
<!-- Up to 10 links to interesting issues -->

content/news/038/polyanya.gif

361 KB
Loading

0 commit comments

Comments
 (0)