pathfinder
There are 397 repositories under pathfinder topic.
anvaka/ngraph.path
Path finding in a graph
ikpil/DotRecast
DotRecast - a C# port of Recast & Detour, Industry-standard navigation mesh toolset for .NET, Unity3D, games, servers
sadanandpai/algo-visualizers
Algorithms Visualizers
exodus4d/pathfinder
Mapping tool for EVE ONLINE
TamimEhsan/AlgorithmVisualizer
A better visualization of different algorithms made with React
brunomikoski/Simple-optimized-A-Pathfinder
An simple and optimized grid pathfinding
Tauseef-Hilal/Pathfinding-Visualizer
Pathfinding visualizations with Python and Pygame
bsommerfeld/pathetic
Java 3D Astar Pathfinding Library
Universite-Gustave-Eiffel/NoiseModelling
A open-source model to compute noise maps.
zombieFox/awesomeSheet
Online Pathfinder Character Sheet
RonenNess/Unity-2d-pathfinding
A very simple 2d tile-based pathfinding for unity, with penalty supported
Humblemonk/DiceMaiden
Dice bot for Discord
bryancasler/Bryans-Preferred-Modules-for-FoundryVTT
My personally cultivated list of FoundryVTT Modules for Dungeons and Dragons 5e and Pathfinder 2e that play nicely together without creating an overwhelming amount of UI options or causing noticeable FPS drops.
felselva/uastar
Minimal A* implementation in C. No dynamic memory allocation.
byt3n33dl3/gxc-SharpHoundAD
Sharp and GPO abuse for PrivEsc, Data Collector for BloodHound and BlackMarlinExec.
selimanac/defold-astar
Pathfinder and A* solver (astar or a-star) native extension for Defold Engine build on MicroPather.
psu-de/MineSharp
High-Level async API to build minecraft bots.
byt3n33dl3/BlackMarlinExec
Seven Degrees of Domain Admin
mak-kirkland/chronicler
Chronicler is a free desktop app for note-takers, storytellers, researchers, and creative minds. It saves your notes as plain Markdown files on your computer — no subscriptions, no logins, and no internet required.
UMich-BipedLab/CLF_reactive_planning_system
This package provides a CLF-based reactive planning system, described in paper: Efficient Anytime CLF Reactive Planning System for a Bipedal Robot on Undulating Terrain. The reactive planning system consists of a 5-Hz planning thread to guide a robot to a distant goal and a 300-Hz Control-Lyapunov-Function-based (CLF-based) reactive thread to cope with robot deviations. The planning system allowed Cassie Blue to autonomously traverse sinusoidally varying terrain. More experiments are still being conducted and this repo and the paper will be updated accordingly.
HalilDeniz/PathFinder
Web Path Finder
thundergolfer/the-general-problem-solver
The General Problem Solver, AI's 'first' algorithm, written in multiple programming languages.
benedekrozemberczki/PDN
The official PyTorch implementation of "Pathfinder Discovery Networks for Neural Message Passing" (WebConf '21)
byt3n33dl3/BloodHoundAD
yarn BHCE, Six Degrees of Domain Admin. Using Neo4j to store Networks objects and relationships as graph nodes and edges, enabling path-finding.
McAJBen/DungeonBoard
A D&D Map viewer for DMs to show players maps/dungeons without spoiling too much
AmyrAhmady/samp-gps-plugin
Modern and feature-rich pathfinding plugin for open.mp and SA-MP.
ApmeM/BrainAI
BrainAI is a set of helper classes to add AI to your game.
jannikmi/extremitypathfinder
python package for fast shortest path computation on 2D polygon or grid maps
harisankar95/pathfinding3D
Python implementation of common pathfinding algorithms in 3D grid space
Dev1an/A-Star
A* pathfinding library in Swift.
stylextv/maple
🍁👾 Minecraft path-finding bot.
ggu/SceneKit-Pathfinder
The included playground is a SceneKit (3D) version of Apple's "Pathfinder" demo, which was originally developed using SpriteKit (2D)
Caleydo/pathfinder
Pathfinder is a tool for the visual exploration of paths in large graphs.
MatthewBCooke/Pathfinder
Search Strategy analysis and more for spatial navigation data in rodents
Leonardpepa/Pathfinding-Visualizer
Pathfinding Visualizer application that visualizes graph based search algorithms used to find the shortest path. Algorithms used: Breadth first search, Depth first search, Best first search and A* search made with java swing