Javascript GUI like Yahoo Pipes

2.8k Views Asked by At

I want to develop a GUI like Yahoo Pipes.

Can anyone suggest some library or framework?

3

There are 3 best solutions below

0
On BEST ANSWER

I was about to ask this same question whenever I came across an awesome library myself. I know this response is way late, but hopefully it will help others looking for a similar resource.

The library is called WireIt and is released under the MIT license.

WireIt Library

1
On

I'd probably start with Raphaël

0
On

jsPlumb is also a great library for "yahoo pipes"-like GUI:http://www.jsplumb.org/jquery/demo.html. You can use it with mootools, jquery or YUI. It works on SVG, Canvas or VML. iIt does not include forms but I guess you can open one with some attached event on connectors.