Skip to content

Trait definitions and implementation that help layouting and rendering graphs.

Notifications You must be signed in to change notification settings

martinitus/rs-plode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Trait definitions and implementation that help layouting and rendering graphs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages