Skip to content

levente-varga/Graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphs

Made with Windows Forms using C# and .NET

A graph visualizer and generator for educational purposes.

Force-directed graph drawing

With the nodes attracting each other and edges acting as springs, a force-directed graph drawing algorithm arranges the graph so that the number of crossing edges are minimal.

Interactive graph view

  • Move nodes with Left button drag
  • Delete nodes with Right button click
  • Add nodes with Middle button drag from an existing node
  • Add edges by dropping the new node on an existing one
  • Hover nodes to highlight them on the chart