Skip to content
forked from erkal/kite

An interactive visualization tool for graph theory

License

Notifications You must be signed in to change notification settings

ongdb-contrib/kite

 
 

Repository files navigation

kite-logo

Kite

An Interactive Visualization Tool for Graph Theory

Click here to launch the app. It works best in Chrome.

kite.-.Medium.mov

See the road map.

Here is a short video showing the basic usage in an old version of Kite.

Here is another short video showing how to use Kite to visualize the module dependency graph of your Elm projects.

Kite is entirely written in Elm.

There is also an Elm Town episode about the story behind Kite, in case you are interested: Elm Town 42 – It's Just Darth Vader

For Development

After cloning this repo, npm will provide the Elm compiler.

git clone https://github.com/erkal/kite.git
cd kite
npm install
open dist/index.html

Run the compiler after making any changes.

make

About

An interactive visualization tool for graph theory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 99.3%
  • Other 0.7%