Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
25 packages returned for Tags:"Pathfinding"
Sort by
Relevance
Downloads
Recently updated
OptimizedPriorityQueue
by:
BlueRaja
2,156,455 total downloads
last updated
2/27/2021
Latest version:
5.1.0
C#
priority-queue
pathfinding
optimized
A highly optimized Priority Queue for path-finding and related applications
Aptacode.
PathFinder
by:
aptacode
29,477 total downloads
last updated
2/24/2022
Latest version:
1.0.16
Aptacode
A*
PathFinding
A* path finding implementation
AStarLite
by:
valantonini
14,383 total downloads
last updated
9/28/2022
Latest version:
1.2.0-beta.111
Pathfinding
A*
AStar
Algorithms
A lightweight, 2D A* (A Star) algorithm.
Pathfindax
by:
Barsonax
38,551 total downloads
last updated
9/1/2019
Latest version:
4.0.0
Pathfindax
Pathfinder
Pathfinding
Navigator
Astar
AstarPathfinder
PotentialField
FlowField
A*
Dijkstra
The core library for the pathfindax pathfinding framework
RogueSharp
by:
FaronBracy
27,640 total downloads
last updated
5/25/2020
Latest version:
5.0.0-pre4
roguelike
libtcod
pathfinding
game
map
random
generator
field-of-view
fog-of-war
dice
A .NET Standard class library providing map generation, path-finding, and field-of-view utilities frequently used in roguelikes or 2D tile based games. Inspired by libtcod New features: * Map and cell...
More information
Duality.
Plugins.
Pathfindax.
Tilemaps.
core
by:
Barsonax
29,161 total downloads
last updated
9/1/2019
Latest version:
4.0.0
Duality
Plugin
Pathfindax
Pathfinder
Pathfinding
Navigator
Astar
AstarPathfinder
PotentialField
FlowField
More tags
Plugin that makes it easier to use pathfindax with duality tilemaps
PurpleKingdomGames.
Core
by:
PurpleKingdomGames
6,382 total downloads
last updated
8/31/2015
Latest version:
1.0.5
PurpleKingdomGames
BinaryHeap
Pathfinding
Provides a library with common components for game development
Duality.
Plugins.
Pathfindax.
core
by:
Barsonax
35,052 total downloads
last updated
9/1/2019
Latest version:
4.0.0
Duality
Plugin
Pathfindax
Pathfinder
Pathfinding
Navigator
Astar
AstarPathfinder
PotentialField
FlowField
More tags
Plugin that makes it easier to use pathfindax with duality
SharpNav
by:
Robmaister
7,404 total downloads
last updated
5/12/2015
Latest version:
1.0.0-alpha2
Navigation
Pathfinding
NavMesh
Nav
Mesh
Crowd
Agent
AI
Recast
A fully-managed navigation mesh library.
BattlePlanPath
by:
j-brooke
968 total downloads
last updated
5/27/2020
Latest version:
2.0.0
pathfinding
A*
AStar
A simple but flexible implementation of the A* (A-Star) pathfinding algorithm for .NET Standard.
WaypointPathfinding
by:
igorsmorag
1,351 total downloads
last updated
11/20/2022
Latest version:
1.1.3
pathfinding
dijkstra
node
graph
This repository allows a user to pathfind using various algorithms using a graph data structure (called WaypointMap in the application, a node is called WaypointNode). Currently supports only Dijkstra...
More information
SharpNav.
SharpDX
by:
Robmaister
4,586 total downloads
last updated
5/12/2015
Latest version:
1.0.0-alpha2
Navigation
Pathfinding
NavMesh
Nav
Mesh
Crowd
Agent
AI
Recast
A fully-managed navigation mesh library.
SharpNav.
MonoGame
by:
Robmaister
4,476 total downloads
last updated
5/12/2015
Latest version:
1.0.0-alpha2
Navigation
Pathfinding
NavMesh
Nav
Mesh
Crowd
Agent
AI
Recast
A fully-managed navigation mesh library.
SharpNav.
OpenTK
by:
Robmaister
4,718 total downloads
last updated
5/12/2015
Latest version:
1.0.0-alpha2
Navigation
Pathfinding
NavMesh
Nav
Mesh
Crowd
Agent
AI
Recast
A fully-managed navigation mesh library.
Pathfinding
by:
DamienJolly
558 total downloads
last updated
4/16/2019
Latest version:
1.0.0
pathfinder
pathfinding
A basic 2D pathfinder.
Navigation.
Echo
by:
lar3811
1,860 total downloads
last updated
9/17/2017
Latest version:
1.0.0
c#
csharp
.net
dotnet
pathfinding
navigation
Generic framework for navigation algorithms written in C#. More details and sources are available at the project page on github.
AAPathfinding_Nuget_Nomono
by:
Tjstretchalot
779 total downloads
last updated
4/14/2019
Latest version:
1.0.0
pathfinding
paths
monogame
any-angle
Supports any-angle pathfinding for C# projects based on SharpMath2. This is built with the NOT_MONOGAME flag and is thus incompatible with monogame.
RogueSharp.
PCL
by:
FaronBracy
mattiascibien
Deprecated
2,814 total downloads
last updated
1/13/2015
Latest version:
1.1.0.1
roguelike
libtcod
pathfinding
game
map
random
generator
field-of-view
fog-of-war
This package is no longer maintained as the PCL builds have been merged into the main "RogueSharp" NuGet package. A library for roguelike developers to provide utilities frequently used in roguelikes or 2D...
More information
GenericAStarPathFinder
by:
Dmitrii.Naumov
165 total downloads
last updated
1/11/2022
Latest version:
1.0.0
path
pathfinding
astar
Generic implementation of A* pathfinding algorithm for which you can provide different implementations of Distance Calculation algorythms, neighbor/space topology provider, pathable nodes provider, and struct...
More information
ComradeVanti.
FDijkstra
by:
ComradeVanti
823 total downloads
last updated
12/22/2021
Latest version:
1.0.3
dijkstra
fsharp
algorithm
path
pathfinding
grid
graph
An F# implementation of Dijkstras algorithm
Previous
Next