JavaScript to help display animated, programmable directed graphs in a browser.
Website for documentation and examples: rhul-cs-projects.github.io/graphfellow
See the quick start docs.
You probably only need graphfellow.js
.
The rest of this repo is the docs/website, which contains example code and
graphs to poke around in. It's a GitHub Pages
website so if you want to run it locally, you'll need a Gemfile
containing:
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
and then do bundle exec jekyll serve
GraphFellow is released under the MIT license.
GraphFellow uses Uses Pixi.js and Greensock libraries.
Pixi.js is also MIT licensed. Greensock is available under its own standard license.
A RHUL teaching fellow project :-)