File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
content/posts/newsletter-013 Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,17 @@ _Discussions:
87
87
88
88
## Library & Tooling Updates
89
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
+
90
101
## Popular Workgroup Issues in Github
91
102
92
103
## Meeting Minutes
You can’t perform that action at this time.
0 commit comments