ericabouaf / wireit

A javascript wiring library to create web wirable interfaces for dataflow applications, visual programming languages or graphical modeling.
http://neyric.github.io/wireit/docs/
Other
520 stars 90 forks source link

Step or Manhatten Connection Lines #22

Open BrettHesterLP opened 14 years ago

BrettHesterLP commented 14 years ago

First wireit is greatness! but wondered support for manhatten or step connection lines instead of bezier curves or straight lines. See draw2d's library for example... http://www.draw2d.org/draw2d/examples_short?page=1

ericabouaf commented 14 years ago

Here is my first attempt : http://github.com/neyric/wireit/commit/2e4ff652908afbfe908c9e2ad9147ca270a825f6

But the algorithm to draw those wires is not trivial :( It needs some work there...