pathfinder 0.2.2

A small library to create nodes, groups of nodes and connection in between them utilizing the image crate.
Documentation

Build Status

Pathfinder Logotype example: hello_world.rs

Documentation

Groups example example: random.rs

Large example example: coming soon...

Introduction

Pathfinder can create nodes, groups of nodes and connection in between them, and plot them resulting in an image. It handles text interpretation and data visualisation based on input files.

Examples

Inside the examples directory you can find example implementations of common functions. Along with some output examples.

Planned activities

  • Better abstraction for groups of nodes.
  • More predictable node layout.
  • Integrate with piston for live-view.