Skip to content

An implementation of DynNoSlice dynamic graph drawing algorithm using WebGL.

Notifications You must be signed in to change notification settings

Skyfire2008/dynNoSlice-WebGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynNoSlice-WebGL

An implementation of DynNoSlice dynamic graph drawing algorithm using WebGL.

Prerequisites

  1. NodeJS

All the other tools and libraries will be downloaded by the install script.

Building

  1. Run npm run install
  2. Run npm run build

Running

  1. Run npm run server
  2. Open http://localhost:8080/index.html in your browser.
  3. Click "Choose file" button in top left corner and load a JSON file from "test data" directory.
  4. Click "Run experiment" button in the bottom right corner.
  5. Use the mouse to pan and zoom into the layout.
  6. Use the slider underneath the layout to select the time.

About

An implementation of DynNoSlice dynamic graph drawing algorithm using WebGL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published