Skip to content
Barsonax edited this page Nov 29, 2017 · 18 revisions

Welcome to the Pathfindax wiki!

Pathfindax is a framework to make it easier to get from A to B. The project is currently divided into 3 parts:

  • Pathfindax: this is the core library, most of the implementation is in here and it only depends on Duality.Primitives.
  • Pathfindax.Duality: this is a library that makes it possible to use pathfindax inside of duality.
  • Pathfindax.Duality.Tilemaps: this is a library that makes it possible to use pathfindax with duality tilemaps.

So even if you are not using duality it is still possible to use pathfindax. In fact there is even a example here of using pathfindax in a console app.

However the main goal was to add pathfinding support to duality and as such any examples/tutorials here will be using duality.

Clone this wiki locally