Skip to content
/ GraphIt Public

A simple program to build and visualize graphs and algorithms like BFS and MST.

Notifications You must be signed in to change notification settings

js-lm/GraphIt

Repository files navigation

GraphIt!

A simple program to build and visualize graphs and algorithms like BFS and MST.

Overview Edit Mode Settings

Features

  • Visualize popular graph algorithms
  • Customizable vertex radius, edge thickness, and colors
  • Toggle grid, snap to grid, and label options
  • Take PNG screenshots of your current graph
  • Save and load graphs for later editing

Build

mkdir build && cd build
cmake ..
make

Dependencies:

About

A simple program to build and visualize graphs and algorithms like BFS and MST.

Resources

Stars

Watchers

Forks

Releases

No releases published