A short update about important changes. Kite now
- uses
gampleman/elm-visualizationinstead ofD3.js. Thanks to this pacakage all the javascript code is removed. That means that Kite is now entirely written in elm. - uses
elm-community/graphinstead of own graph type. - uses
ianmackenzie/elm-geometry. This removes all the code written for geometrical calculations. It also usesianmackenzie/elm-geometry-svg. - allows zooming and panning:
- Zooming is done with mousewheel,
- Panning is done with the hand tool,
- There is a new button for resetting zoom and pan.