[][src]Crate torchbearer

A set of tools to find your path in a grid based dungeon. Field of view, pathfinding...

Modules

bresenham

Collection of bresenham implementation of lines, circles, … as Iterable.

fov

Collection of utility function to calculate field of vision.

path

Collection of utility functions to find path.

Traits

Map

Implement the Map trait to use the field of view and pathfinding functions.

Type Definitions

Point

A convenience type alias for a position tuple.