Skip to content

mmalinin/sigma.js

This branch is 1728 commits behind jacomyal/sigma.js:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

602683f · Mar 4, 2014
Mar 4, 2014
Feb 11, 2014
Mar 4, 2014
Jan 21, 2014
Nov 27, 2013
Jan 31, 2014
Feb 26, 2014
Feb 28, 2014
Feb 5, 2014
Feb 26, 2014
Feb 26, 2014

Repository files navigation

Build Status

sigma.js - v1.0.1

Sigma is a JavaScript library dedicated to graph drawing.

Resources

The website provides a global overview of the project, and the documentation is available in the Github Wiki.

Also, the plugins and examples directories contain some various use-cases, that might help you understanding how to use sigma.

How to use it

To use it, clone the repository:

git clone git@github.com:jacomyal/sigma.js.git

To build the code:

  • Install Node.js, NPM and Grunt.
  • Install gjslint.
  • Use npm install to install sigma development dependencies.
  • Use grunt uglify to minify the code with Uglify. The minified file sigma.min.js will then be accessible in the build/ folder.

Also, you can customize the build by adding or removing files from the coreJsFiles array in Gruntfile.js before applying the grunt task.

Contributing

You can contribute by submitting issues tickets and proposing pull requests. Make sure that tests and linting pass before submitting any pull request by running the command grunt.

The whole source code is validated by the Google Closure Linter and JSHint, and the comments are written in JSDoc (tags description is available here).

About

A JavaScript library dedicated to graph drawing

Resources

License

Stars

Watchers

Forks

Packages

No packages published