Wlrpath
Wlrpath is an open-source library designed to provide efficient path planning and navigation capabilities across 2D and 3D environments. It offers a collection of graph-based and sampling-based algorithms suitable for robotics, simulation, game development, and autonomous systems. The library focuses on modular integration, allowing developers to plug Wlrpath into existing engines and data formats through a language-agnostic API and bindings for common programming languages.
Its core features include support for grid and visibility graphs, Dijkstra's and A* search, as well as
Architecture: The library is designed with a modular backend that can switch between different graph representations.
Applications range from autonomous robots and drones to game AI and virtual reality simulations. The project
See also: Pathfinding algorithms, Navigation mesh, Graph theory, Robotics software.