Skip to content

Commit b522ff4

Browse files
committed
N38: Polyanya
1 parent c422672 commit b522ff4

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

content/news/038/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,22 @@ 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+
398+
### [Polyanya]
399+
400+
![example of pathfinding](polyanya.gif)
401+
_Navigating through a mesh in the online [demo][polyanya-demo]_
402+
403+
[Polyanya] by [@FrancoisMockers] is a library implementing [Polyanya][polyanya-paper], a Compromise-free Pathfinding algorithm on a Navigation Mesh. It is currently the fastest known optimal online any angle path planning algorithm. Unlike A*, any angle path planning techniques are not bound to a grid and will find a taut path.
404+
405+
An integration with [Bevy] is on-going, with a [few examples][polyanya-demo] available in WASM. Next area of work will be around navigation mesh editing.
406+
407+
[Polyanya]: https://github.com/vleue/polyanya
408+
[polyanya-paper]: https://www.ijcai.org/proceedings/2017/0070.pdf
409+
[polyanya-demo]: https://vleue.github.io/bevy_pathmesh/
410+
[Bevy]: https://bevyengine.org/
411+
[@FrancoisMockers]: https://twitter.com/FrancoisMockers
412+
397413
## Popular Workgroup Issues in Github
398414

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

content/news/038/polyanya.gif

517 KB
Loading

0 commit comments

Comments
 (0)