Skip to content

Kun-Ting/its-a-wrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It's a Wrap! License: MIT

JavaScript torus layout for high-quality graph visualization and exploration based on pairwise gradient descent.

Homepage with code and examples

Npm:

You can install it by first downloading its-a-wrap to your local repository. Then run npm install.

If you use TypeScript, you can get complete TypeScript definitions by installing tsd 0.6 and running tsd link.

Building

Linux/Mac/Windows Command Line:

  • install node.js

  • install grunt from the command line using npm (comes with node.js):

     npm install -g grunt-cli
    
  • from the its-a-wrap directory:

     npm install
    
  • build, minify and test:

     grunt
    

This creates the index.js files in the its-a-wrap directory, generates index.js for npm.

Running

Linux/Mac/Windows Command Line:

Install the Node.js http-server module:

npm install -g http-server

After installing http-server, we can serve out the example content in the WebCola directory.

http-server its-a-wrap

The default configuration of http-server will serve the exampes on http://localhost:8080.

About

torus layout for high-quality graph visualization and exploration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published