Skip to content

Commit b7e8430

Browse files
Newsletter 13: Add blitz-path (#236)
* Add blitz-path august content * Update content/posts/newsletter-013/index.md Following 17cupsofcoffee's suggestion. Co-authored-by: Joe Clay <[email protected]> * Update content/posts/newsletter-013/index.md Co-authored-by: Joe Clay <[email protected]> * Update content/posts/newsletter-013/index.md Co-authored-by: Joe Clay <[email protected]> Co-authored-by: Joe Clay <[email protected]>
1 parent 88056e2 commit b7e8430

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/posts/newsletter-013/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,17 @@ _Discussions:
8787

8888
## Library & Tooling Updates
8989

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+
90101
## Popular Workgroup Issues in Github
91102

92103
## Meeting Minutes

0 commit comments

Comments
 (0)