All Projects → Pathfindax → Similar Projects or Alternatives

89 Open source projects that are alternatives of or similar to Pathfindax

Baritone
google maps for block game
Stars: ✭ 3,868 (+19240%)
Mutual labels:  astar-algorithm, pathfinding
algoviz
Codebase for educational tool on algorithms
Stars: ✭ 21 (+5%)
Mutual labels:  astar-algorithm, pathfinding
Simple Optimized A Pathfinder
An simple and optimized grid pathfinding
Stars: ✭ 157 (+685%)
Mutual labels:  pathfinding
circular-obstacle-pathfinding
Pathfinding around a set of circular obstacles
Stars: ✭ 26 (+30%)
Mutual labels:  pathfinding
Dijkstra
Fastest golang Dijkstra path finder
Stars: ✭ 107 (+435%)
Mutual labels:  pathfinding
Navmesh
A plugin for path-finding in JS using navmeshes, with wrappers for Phaser 3 and Phaser 2
Stars: ✭ 186 (+830%)
Mutual labels:  pathfinding
The-Kraken-Pathfinding
A tentacle-based pathfinding library for nonholonomic robotic vehicles
Stars: ✭ 24 (+20%)
Mutual labels:  pathfinding
Recast4j
Java Port of Recast & Detour navigation mesh toolset
Stars: ✭ 118 (+490%)
Mutual labels:  pathfinding
gruid
Cross-platform grid-based UI and game framework.
Stars: ✭ 67 (+235%)
Mutual labels:  pathfinding
Hexgridutilitiesforgames
Hex-grid utilities for board and strategy games with path-finding, field-of-view, and more
Stars: ✭ 70 (+250%)
Mutual labels:  pathfinding
FyWorld
FyWorld - Base-Building / Simulation Game & Tutorial in Unity
Stars: ✭ 207 (+935%)
Mutual labels:  pathfinding
Gdx Ai
Artificial Intelligence framework for games based on libGDX or not. Features: Steering Behaviors, Formation Motion, Pathfinding, Behavior Trees and Finite State Machines
Stars: ✭ 907 (+4435%)
Mutual labels:  pathfinding
Astar
A fast 2D path finding library based on the A* algorithm. Works with both grids and graphs. Supports any .NET variant that supports .NETStandard 2.0 or higher. This library has no external dependencies. The library is licensed under the MIT license.
Stars: ✭ 215 (+975%)
Mutual labels:  pathfinding
coursera robotics
Contains coursera robotics specialization assignment codes
Stars: ✭ 65 (+225%)
Mutual labels:  astar-algorithm
Pathfinding
Visual explanation of pathfinding algorithms and how a*, Dijkstra and BFS can be seen as the same algorithm with different parameter/data structures used under the hood
Stars: ✭ 165 (+725%)
Mutual labels:  pathfinding
AI-Companion
Created in Unity 5 for the purposes of learning AI techniques. Features behaviour trees and A* pathfinding.
Stars: ✭ 22 (+10%)
Mutual labels:  pathfinding
Python Pathfinding
Implementation of common pathfinding algorithms
Stars: ✭ 144 (+620%)
Mutual labels:  pathfinding
cepathfind
a path find for tilebase game in unity
Stars: ✭ 30 (+50%)
Mutual labels:  pathfinding
Self Driving Vehicle
Simulation of self-driving vehicles in Unity. This is also an implementation of the Hybrid A* pathfinding algorithm which is useful if you are interested in pathfinding for vehicles.
Stars: ✭ 112 (+460%)
Mutual labels:  pathfinding
tektosyne
The Tektosyne Library for Java provides algorithms for computational geometry and graph-based pathfinding, along with supporting mathematical utilities and specialized collections.
Stars: ✭ 52 (+160%)
Mutual labels:  pathfinding
Linq To Astar
A* written in C#, used with LINQ.
Stars: ✭ 87 (+335%)
Mutual labels:  pathfinding
Advanced-Shortest-Paths-Algorithms
Java Code for Contraction Hierarchies Algorithm, A-Star Algorithm and Bidirectional Dijkstra Algorithm. Tested and Verified Code.
Stars: ✭ 63 (+215%)
Mutual labels:  astar-algorithm
Jps
Jump Point Search, public domain, single .h -- OBSOLETE! See tinypile repo for a better version.
Stars: ✭ 63 (+215%)
Mutual labels:  pathfinding
Space-Time-AStar
A* Search Algorithm with an Additional Time Dimension to Deal with Dynamic Obstacles
Stars: ✭ 80 (+300%)
Mutual labels:  astar-algorithm
Zeps Gui
L'interface d'un outil de calcul d'itinéraires, principalement utilisé pour se repérer dans le Netherrail de Zcraft. Nécessite https://github.com/zDevelopers/ZePS-Core .
Stars: ✭ 5 (-75%)
Mutual labels:  pathfinding
IsoRTS
Isometric RTS game with procedural generated maps.
Stars: ✭ 14 (-30%)
Mutual labels:  astar-algorithm
Jumper
Fast, lightweight and easy-to-use pathfinding library for grid-based games
Stars: ✭ 540 (+2600%)
Mutual labels:  pathfinding
Pathfinder.vim
Vim plugin to suggest better movements
Stars: ✭ 228 (+1040%)
Mutual labels:  pathfinding
EvOLuTIoN
A simple simulation in Unity, which uses genetic algorithm to optimize forces applied to cubes
Stars: ✭ 44 (+120%)
Mutual labels:  pathfinding
Pathfinding Visualizer Threejs
A visualizer for pathfinding algorithms in 3D with maze generation, first-person view and device camera input.
Stars: ✭ 209 (+945%)
Mutual labels:  pathfinding
astar-gridmap-2d
A* algorithms for 2D gridmaps. The fastest one, until you prove me wrong
Stars: ✭ 43 (+115%)
Mutual labels:  pathfinding
04 battletank
An open-world head-to-head tank fight with simple AI, terrain, and advanced control system in Unreal 4. (ref: BT_URC) http://gdev.tv/urcgithub
Stars: ✭ 172 (+760%)
Mutual labels:  pathfinding
eastar
A* graph pathfinding in pure Elixir
Stars: ✭ 26 (+30%)
Mutual labels:  astar-algorithm
Visualizer
A single-page website aiming to provide innovative and intuitive visualizations of common and AI algorithms.
Stars: ✭ 163 (+715%)
Mutual labels:  pathfinding
Rampant
Factorio Mod - Basic AI augmentation using potential fields
Stars: ✭ 39 (+95%)
Mutual labels:  potential-fields
Ecs
ECS for Unity with full game state automatic rollbacks
Stars: ✭ 151 (+655%)
Mutual labels:  pathfinding
Pathfinding Visualization
A ReactJS project visualizes the path-finding algorithms with additional cool features like speed adjustment, maze generation, mobile support, etc.
Stars: ✭ 14 (-30%)
Mutual labels:  pathfinding
Easystarjs
An asynchronous A* pathfinding API written in Javascript.
Stars: ✭ 1,743 (+8615%)
Mutual labels:  pathfinding
pythonfinder
PythonFinder: Cross Platform Search Tool for Finding Pythons
Stars: ✭ 30 (+50%)
Mutual labels:  pathfinding
Unity 2d Pathfinding
A very simple 2d tile-based pathfinding for unity, with penalty supported
Stars: ✭ 117 (+485%)
Mutual labels:  pathfinding
pathfinding-visualizer
Website built using React Framework for visualizing Pathfinding and Maze Generation Algorithms.
Stars: ✭ 33 (+65%)
Mutual labels:  pathfinding
Any Angle Pathfinding
A collection of algorithms used for any-angle pathfinding with visualisations.
Stars: ✭ 107 (+435%)
Mutual labels:  pathfinding
AStar
A 2D A Star (A*) pathfinding implementation in C# focused on ease of use
Stars: ✭ 66 (+230%)
Mutual labels:  pathfinding
Laravel Tracer
Shows the path of each blade file loaded in a template
Stars: ✭ 96 (+380%)
Mutual labels:  pathfinding
AI-Programming-using-Python
This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach
Stars: ✭ 43 (+115%)
Mutual labels:  astar-algorithm
Python Astar
Simple implementation of the a-star algorithm in Python 🌟
Stars: ✭ 83 (+315%)
Mutual labels:  pathfinding
a star on grids
Best practices for implementing A* with a focus on four- and eight-connected grid worlds.
Stars: ✭ 23 (+15%)
Mutual labels:  pathfinding
09 Zombierunner Original
First person shooter with Unity terrain and AI pathfinding (http://gdev.tv/cudgithub)
Stars: ✭ 64 (+220%)
Mutual labels:  pathfinding
php-a-star
A* (A Star) search algorithm for PHP
Stars: ✭ 61 (+205%)
Mutual labels:  pathfinding
Gridpath
Gridpath is a MIT licensed multithreaded 2D implementation of A*
Stars: ✭ 31 (+55%)
Mutual labels:  pathfinding
Pathfinding
A pmmp virion (library) for pathfinding using A*
Stars: ✭ 36 (+80%)
Mutual labels:  pathfinding
Goapframework
C++ General Purpose Goal Oriented Action Planning framework for Unreal Engine
Stars: ✭ 17 (-15%)
Mutual labels:  pathfinding
High Speed Priority Queue For C Sharp
A C# priority queue optimized for pathfinding applications
Stars: ✭ 777 (+3785%)
Mutual labels:  pathfinding
ml pathfind
Pathfind module for MTA:SA-Server
Stars: ✭ 25 (+25%)
Mutual labels:  pathfinding
path demo
An experimental set of pathfinding algorithms for video games
Stars: ✭ 16 (-20%)
Mutual labels:  pathfinding
CosmosFramework
CosmosFramework is a lightweight plug-in Unity development framework . Has a rich Unity method extensions and toolchain. async/await syntax support, multi-network channel support.Long term support for this project
Stars: ✭ 176 (+780%)
Mutual labels:  astar-algorithm
Global path planning for USV
This repository uses the S-57 electronic chart to build the octree grid environment model, and proposes an improved A* algorithm based on sailing safety weight, pilot quantity and path curve smoothing to ensure the safety of the route, reduce the planning time, and improve path smoothness.
Stars: ✭ 52 (+160%)
Mutual labels:  astar-algorithm
Libtcod
The official repository for libtcod. A roguelike development library.
Stars: ✭ 487 (+2335%)
Mutual labels:  pathfinding
path planning GAN
Path Planning using Generative Adversarial Network (GAN)
Stars: ✭ 36 (+80%)
Mutual labels:  pathfinding
Cupoch
Robotics with GPU computing
Stars: ✭ 225 (+1025%)
Mutual labels:  pathfinding
1-60 of 89 similar projects