Popularity
3.9
Stable
Activity
0.0
Stable
29
2
6

Monthly Downloads: 31
Programming language: Elixir
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.5.1

eastar alternatives and similar packages

Based on the "Algorithms and Data structures" category.
Alternatively, view eastar alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of eastar or a related project?

Add another 'Algorithms and Data structures' Package

README

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!