Project instructions

About

This project is a Javascript Web App for drawing confluent drawings. It is an implementation of the paper “Towards Unambiguous Edge Bundling: Investigating Confluent Drawings for Network Visualization (2016)” by Bach et al.

Confluent Drawings

Confluent Drawings

How to run

  1. Go to the /bin directory
  2. Open it in the terminal
  3. Run the npm install command
  4. Run the npm start command
  5. Open http://localhost:3000/ and start playing with Confluent Drawings!

Viewing the code

You can see the code using a code editor like Visual Studio Code. The code also contains comments to explain the implementation of the functions used.

Team

This project was developed by Mihai Cata and Andrei Brasoveanu.