/graph-drawing-lab

A Javascript tool to help explore and compare different graph layout algorithms.

Primary LanguageJavaScript

graph-drawing

Installation

Install nodejs

Open a terminal (cmd on windows).

Go to repo directory

cd /path/to/dir

Install dependencies

npm install

Run the application

npm start