whossname / eastar

A* graph pathfinding in pure Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eastar

Build Status Coverage Status hex.pm version

Pure Elixir implementation of A* graph pathfinding.

This version aims to be as generic as possible, abstracting away the graph environment: nodes connectivity, distance & H-metric - you provide them as functions.

If you like some references to the literature, you can think of it as the star of Ea.

usage

API is described at hexdocs.

Look at examples and tests to see how graph environment can be set up.

Enjoy!

About

A* graph pathfinding in pure Elixir

License:BSD 2-Clause "Simplified" License


Languages

Language:Elixir 100.0%