tet123 / graf

Graphs on canvas

Home Page:https://ericmick.github.io/graf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

                      ___
                     / __\
     __   _ __  __  | |_
    /  \ | '__/\_ \/_  _/
   | () || |   / _ || |
    \__ ||_|   \___|| |
    __| |          _| |
   /___/          /__/
 
graf renders graphs on canvas

No, not oil paintings of bar charts on stretched linen - mathematical graphs with vertices and edges on an HTML5 canvas. Graphs are beautiful, so they should be rendered beautifully, constructed effortlessly and manipulated fluidly.

Install:
It's nothing but a little bit of javascript, so just download it or uploaded it wherever you like and give it a try with your favorite browser.

Right now, it's barely a prototype/demo/toy. Maybe you can help me make it into something useful.

Try the graph isomorphism game:
http://github.ericmickelsen.com/graf/isomorphism.html

Or build a graph:
http://github.ericmickelsen.com/graf

About

Graphs on canvas

https://ericmick.github.io/graf

License:MIT License


Languages

Language:JavaScript 65.1%Language:HTML 34.9%