7

I want to develop a GUI like Yahoo Pipes.

Can anyone suggest some library or framework?

akira
  • 6,050
  • 29
  • 37
tapioco123
  • 3,235
  • 10
  • 36
  • 42

3 Answers3

9

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

Colton McCormack
  • 771
  • 11
  • 23
5

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.

Guy
  • 598
  • 5
  • 6
1

I'd probably start with Raphaël

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335