Skip to content

Cross-platform Interactive Large Graph Visualization tool using Web Technologies

License

Notifications You must be signed in to change notification settings

poloclub/argo-graph

Repository files navigation

Argo Graph (Alpha)

Linux/macOS Build Status Windows Build status

Large-scale cross-platform interactive graph visualization tool built on top of WebGL and Electron.

Documentation

See our website for documentation. (We are currently in the process of adding more documentation)

Development

Prerequisites

electron-forge and node-gyp need to be installed globally if not already.

Argo uses electron-forge version 5 (currently the latest stable version as of May 2019). See electron-forge and node-gyp to install.

npm install -g node-gyp
npm install -g electron-forge

We need node-gyp to be installed correctly since Argo contains native dependencies.

After these are installed, run npm install to install all the regular dependencies.

Build and Package for production

npm run make will output all possible deliverables that could be built on your OS. See package.json for the exact electron-forge configurations.