Ross ROSS = Recommend OSS · open-source software intelligence for agents

qiao/PathFinding.js

A comprehensive path-finding library for grid based games observed · 2026-08-28

github.com/qiao/PathFinding.js · homepage · JavaScript observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5445
  • days_rel: n/a
  • days_push: 804
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

8712 stars · 1362 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A comprehensive JavaScript path-finding library for 2D grid-based games, implementing algorithms such as A*, IDA*, BFS, Best-First Search, Dijkstra, and Jump Point Search. It runs in both Node.js and the browser and includes an online visual demo.

Use cases

  • find shortest path on a grid in a browser game
  • implement A* pathfinding in a JavaScript game
  • compare pathfinding algorithms like Dijkstra and jump point search
  • add NPC movement routing to a 2D tile map
  • visualize how pathfinding algorithms explore a grid

When to choose

  • you are building a 2D grid-based web game and need well-tested pathfinding algorithms
  • you want to run the same pathfinding code in Node.js and the browser
  • you need multiple algorithms and heuristics (diagonal movement, corner crossing, bidirectional search) in one library

When to avoid

  • you need 3D pathfinding rather than 2D grid search
  • you need continuous-space navigation meshes instead of grid maps
  • you require a project with an explicit license or very active development

Facets

library · maturity maintenance

game-engine math developer-tools web-development browser pathfinding a-star grid-based 2d-games jump-point-search dijkstra game-development algorithms nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
qiao/PathFinding.jsmain23

For agents

markdown · JSON · MCP: product_card(name="qiao/PathFinding.js")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem