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

329 stars
30 watching
71 forks
Language: C++
last commit: almost 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
ruebled/path_finderAn application that uses FTXUI to display a map and find paths between two points using different algorithms.10
xiejiangzhi/astarAn A"* path-finding algorithm implementation in Lua14
micuurloon/adventurepathfindingImplementation of an efficient 2D pathfinding algorithm for a point and click adventure game32
felselva/uastarA minimal implementation of the A* pathfinding algorithm in C, suitable for small maps.127
kevhiggins/a-star_pathfinderA flexible A"* search algorithm-based pathfinding interface for tile-based maps.3
knightcrawler25/optix-pathtracerA simple physically based path tracer with support for Disney BRDF and various rendering features.321
albert-dang/a-star-pathingA pathfinding algorithm designed for 2D games with obstacles mapped to rectangular cells.7
wesleywerner/lua-starA Lua implementation of the A"* pathfinding algorithm69
prettymuchbryce/easystarjsAn asynchronous A* pathfinding API written in Javascript.1,897
aras-p/toypathtracerAn experimental path tracing library designed to test various rendering techniques and compare performance across different programming languages, hardware platforms, and frameworks.1,076
gpakosz/whereamiA library to determine the current executable and module paths on the file system476
lunasorcery/yx-penrose-pathtracedA procedural graphics program that generates a 3D path-traced image using shaders and mathematical formulas4
therealmjp/dxrpathtracerA simple path tracer implemented using DirectX Ray Tracing (DXR) to generate images from 3D scenes.735
uglyswedishfish/rakA real-time path tracing engine written in C++28
glorifiedpig/luafindingAn A"* pathfinding algorithm implemented in Lua for the Love2D game development framework.34