Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 658 Bytes

Readme.md

File metadata and controls

30 lines (16 loc) · 658 Bytes

Graph layout in rust

This crate provides trait definitions and implementation that help to layout and render graphs.

Features

  • support for petgraph graphs (via the petgraph feature flag)
  • basic layout engine (Fruchterman Reingold approach)
  • basic static or animated svg rendering (via svg feature flat)

Example renderings

More examples can be found here

Tetrahedron

tetrahedron

Triangulated Triangle

triangulated triangle

Tree

tree

Prism

prism