MicroPather

Path finder

A pathfinding and A"* solver written in platform-independent C++.

MicroPather is a path finder and A* solver (astar or a-star) written in platform independent C++ that can be easily integrated into existing code. MicroPather focuses on being a path finding engine for video games but is a generic A* solver.

GitHub

326 stars
30 watching
71 forks
Language: C++
last commit: about 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
ruebled/path_finder An application that uses FTXUI to display a map and find paths between two points using different algorithms. 9
xiejiangzhi/astar An A"* path-finding algorithm implementation in Lua 13
micuurloon/adventurepathfinding Implementation of an efficient 2D pathfinding algorithm for a point and click adventure game 32
felselva/uastar A minimal implementation of the A* pathfinding algorithm in C, suitable for small maps. 112
kevhiggins/a-star_pathfinder An A">*</span> search algorithm implementation for pathfinding in tile-based maps. 3
knightcrawler25/optix-pathtracer A simple physically based path tracer with support for Disney BRDF and various rendering features. 319
albert-dang/a-star-pathing A pathfinding algorithm designed for 2D games with obstacles mapped to rectangular cells. 7
wesleywerner/lua-star A Lua implementation of the A"* pathfinding algorithm 64
prettymuchbryce/easystarjs An asynchronous A* pathfinding API written in Javascript. 1,893
aras-p/toypathtracer An implementation of path tracing in a toy C++ program with various optimizations and runs on multiple platforms including CPU, GPU, and web assembly. 1,073
gpakosz/whereami A library to determine the current executable and module paths on the file system 473
lunasorcery/yx-penrose-pathtraced A procedural graphics program that generates a 3D path-traced image using shaders and mathematical formulas 4
therealmjp/dxrpathtracer A simple path tracer implemented using DirectX Ray Tracing (DXR) to generate images from 3D scenes. 724
uglyswedishfish/rak A real-time path tracing engine written in C++ 28
glorifiedpig/luafinding An A"* pathfinding algorithm implemented in Lua for the Love2D game development framework. 33