All Projects → php-a-star → Similar Projects or Alternatives

86 Open source projects that are alternatives of or similar to php-a-star

astar-typescript
A* search algorithm in TypeScript
Stars: ✭ 37 (-39.34%)
Mutual labels:  pathfinding, a-star
a star on grids
Best practices for implementing A* with a focus on four- and eight-connected grid worlds.
Stars: ✭ 23 (-62.3%)
Mutual labels:  pathfinding, a-star
uastar
Minimal A* implementation in C. No dynamic memory allocation.
Stars: ✭ 76 (+24.59%)
Mutual labels:  pathfinding, a-star
Python Tcod
A high-performance Python port of libtcod. Includes the libtcodpy module for backwards compatibility with older projects.
Stars: ✭ 269 (+340.98%)
Mutual labels:  pathfinding
Roguesharp
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
Stars: ✭ 316 (+418.03%)
Mutual labels:  pathfinding
Laravel Tracer
Shows the path of each blade file loaded in a template
Stars: ✭ 96 (+57.38%)
Mutual labels:  pathfinding
Ecs
ECS for Unity with full game state automatic rollbacks
Stars: ✭ 151 (+147.54%)
Mutual labels:  pathfinding
unity-dijkstras-pathfinding
Dijkstra's Pathfinding Algorithm Unity Implementation. (Not being maintained by me, it is just an experiment.)
Stars: ✭ 80 (+31.15%)
Mutual labels:  pathfinding
09 Zombierunner Original
First person shooter with Unity terrain and AI pathfinding (http://gdev.tv/cudgithub)
Stars: ✭ 64 (+4.92%)
Mutual labels:  pathfinding
LineSegm
Line Segmentation of Handwritten Documents using the A* Path Planning Algorithm
Stars: ✭ 19 (-68.85%)
Mutual labels:  pathfinding
NavMeshDemo
Unity client navmesh export to server for pathfinding
Stars: ✭ 31 (-49.18%)
Mutual labels:  pathfinding
Navmeshplus
Unity NavMesh 2D Pathfinding
Stars: ✭ 347 (+468.85%)
Mutual labels:  pathfinding
Any Angle Pathfinding
A collection of algorithms used for any-angle pathfinding with visualisations.
Stars: ✭ 107 (+75.41%)
Mutual labels:  pathfinding
Algorithms Visualiser
Algorithms Visualiser is an opensource project made using ReactJS. Visualise Algorithms on Sorting, Pathfinding, Searching, Word Search, Backtracking.
Stars: ✭ 290 (+375.41%)
Mutual labels:  pathfinding
Visualizer
A single-page website aiming to provide innovative and intuitive visualizations of common and AI algorithms.
Stars: ✭ 163 (+167.21%)
Mutual labels:  pathfinding
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 co…
Stars: ✭ 21 (-65.57%)
Mutual labels:  pathfinding
Python Astar
Simple implementation of the a-star algorithm in Python 🌟
Stars: ✭ 83 (+36.07%)
Mutual labels:  pathfinding
Offroad-routing-engine
Off-road Navigation System
Stars: ✭ 16 (-73.77%)
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 (+242.62%)
Mutual labels:  pathfinding
NavMeshSurface2DBaker
NavMeshSurface2DBaker is a Unity Package that provides functionality to bake 2D colliders into NavMeshSurface components.
Stars: ✭ 33 (-45.9%)
Mutual labels:  pathfinding
Gridpath
Gridpath is a MIT licensed multithreaded 2D implementation of A*
Stars: ✭ 31 (-49.18%)
Mutual labels:  pathfinding
Easystarjs
An asynchronous A* pathfinding API written in Javascript.
Stars: ✭ 1,743 (+2757.38%)
Mutual labels:  pathfinding
pydstarlite
Python D* Lite
Stars: ✭ 24 (-60.66%)
Mutual labels:  pathfinding
Goapframework
C++ General Purpose Goal Oriented Action Planning framework for Unreal Engine
Stars: ✭ 17 (-72.13%)
Mutual labels:  pathfinding
surfacer
AI and pathfinding for 2D-platformers in Godot.
Stars: ✭ 56 (-8.2%)
Mutual labels:  pathfinding
Pathfinder
A pathfinder visualizer in Flutter. Create mazes, generate random walls, or draw your own walls and see the pathfinding algorithms in action
Stars: ✭ 14 (-77.05%)
Mutual labels:  pathfinding
Lockstepengine
A lockstep solution include lots of deterministic library (Math,Collision,Navmesh,BehaviorTree,Serialization ...)
Stars: ✭ 376 (+516.39%)
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 (+83.61%)
Mutual labels:  pathfinding
Pathfinding
Pathfinding library for rust
Stars: ✭ 324 (+431.15%)
Mutual labels:  pathfinding
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 (+170.49%)
Mutual labels:  pathfinding
Graphhopper
Open source routing engine for OpenStreetMap. Use it as Java library or standalone web server.
Stars: ✭ 3,457 (+5567.21%)
Mutual labels:  pathfinding
Dijkstra
Fastest golang Dijkstra path finder
Stars: ✭ 107 (+75.41%)
Mutual labels:  pathfinding
Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+5867.21%)
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 (+252.46%)
Mutual labels:  pathfinding
Baritone
google maps for block game
Stars: ✭ 3,868 (+6240.98%)
Mutual labels:  pathfinding
Linq To Astar
A* written in C#, used with LINQ.
Stars: ✭ 87 (+42.62%)
Mutual labels:  pathfinding
unity-pathfinding
Find paths in Unity Tilemaps with A* Search
Stars: ✭ 70 (+14.75%)
Mutual labels:  pathfinding
Simple Optimized A Pathfinder
An simple and optimized grid pathfinding
Stars: ✭ 157 (+157.38%)
Mutual labels:  pathfinding
igvc-software
The code base for the RoboNav team's IGVC robot.
Stars: ✭ 78 (+27.87%)
Mutual labels:  pathfinding
Hexgridutilitiesforgames
Hex-grid utilities for board and strategy games with path-finding, field-of-view, and more
Stars: ✭ 70 (+14.75%)
Mutual labels:  pathfinding
tdme2
TDME2 - ThreeDeeMiniEngine2 is a lightweight, multi-platform 3D engine including tools suited for 3D game/application development using C++
Stars: ✭ 86 (+40.98%)
Mutual labels:  pathfinding
Cupoch
Robotics with GPU computing
Stars: ✭ 225 (+268.85%)
Mutual labels:  pathfinding
PathFinding
C# project. Realized a visualization of the pathfinding algorithms using Console (2D version), Windows Forms (2D version) and WPF (2D and 3D versions)
Stars: ✭ 18 (-70.49%)
Mutual labels:  pathfinding
Jps
Jump Point Search, public domain, single .h -- OBSOLETE! See tinypile repo for a better version.
Stars: ✭ 63 (+3.28%)
Mutual labels:  pathfinding
High Speed Priority Queue For C Sharp
A C# priority queue optimized for pathfinding applications
Stars: ✭ 777 (+1173.77%)
Mutual labels:  pathfinding
Nav3D
3D Pathfinding and cover system plugin for UE4, using Sparse Voxel Octrees.
Stars: ✭ 58 (-4.92%)
Mutual labels:  pathfinding
Python Pathfinding
Implementation of common pathfinding algorithms
Stars: ✭ 144 (+136.07%)
Mutual labels:  pathfinding
tutorials-hg1
These tutorials demonstrate the usage of the Harfang API
Stars: ✭ 12 (-80.33%)
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 (+1386.89%)
Mutual labels:  pathfinding
NavMeshAvoidance
Custom Nav Mesh Avoidance to replace default one in Unity.
Stars: ✭ 32 (-47.54%)
Mutual labels:  pathfinding
Navmesh
A plugin for path-finding in JS using navmeshes, with wrappers for Phaser 3 and Phaser 2
Stars: ✭ 186 (+204.92%)
Mutual labels:  pathfinding
hierarchical-pathfinding
Implementation of Near-Optimal Hierarchical Pathfinding (HPA*) algorithm in Unity, tested with maps from Dragon Age: Origins
Stars: ✭ 90 (+47.54%)
Mutual labels:  pathfinding
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 (-91.8%)
Mutual labels:  pathfinding
uesvon
3D navmesh generation and pathfinding plugin for UnrealEngine
Stars: ✭ 165 (+170.49%)
Mutual labels:  pathfinding
Recast4j
Java Port of Recast & Detour navigation mesh toolset
Stars: ✭ 118 (+93.44%)
Mutual labels:  pathfinding
Jumper
Fast, lightweight and easy-to-use pathfinding library for grid-based games
Stars: ✭ 540 (+785.25%)
Mutual labels:  pathfinding
FyWorld
FyWorld - Base-Building / Simulation Game & Tutorial in Unity
Stars: ✭ 207 (+239.34%)
Mutual labels:  pathfinding
Pathfinder.vim
Vim plugin to suggest better movements
Stars: ✭ 228 (+273.77%)
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 (+181.97%)
Mutual labels:  pathfinding
Unity 2d Pathfinding
A very simple 2d tile-based pathfinding for unity, with penalty supported
Stars: ✭ 117 (+91.8%)
Mutual labels:  pathfinding
1-60 of 86 similar projects