We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88056e2 commit b7e8430Copy full SHA for b7e8430
content/posts/newsletter-013/index.md
@@ -87,6 +87,17 @@ _Discussions:
87
88
## Library & Tooling Updates
89
90
+### [blitz-path](https://github.com/BezPowell/blitz-path)
91
+
92
+[blitz-path](https://github.com/BezPowell/blitz-path) is a new crate providing
93
+an implementation of the [JPS](https://en.wikipedia.org/wiki/Jump_point_search)
94
+pathfinding algorithm.
95
96
+JPS is an optimization of the A* search algorithm for uniform-cost grids, which
97
+are common in games. While fully functional, the code is still in an early
98
+state and any suggestions for improvements - especially on how best to
99
+integrate it with the existing ecosystem - are greatly appreciated.
100
101
## Popular Workgroup Issues in Github
102
103
## Meeting Minutes
0 commit comments