Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript GUI like Yahoo Pipes [closed]

I want to develop a GUI like Yahoo Pipes.

Can anyone suggest some library or framework?

like image 320
tapioco123 Avatar asked Feb 14 '11 10:02

tapioco123


2 Answers

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

like image 180
Colt McCormack Avatar answered Oct 28 '22 09:10

Colt McCormack


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.

like image 37
Guy Avatar answered Oct 28 '22 10:10

Guy