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

Composable containers #10

Closed ericabouaf closed 14 years ago

ericabouaf commented 15 years ago

The jsBox example already includes Composability on wirings.

It uses the "input"/"output" modules to generate a new form container from a wiring.

We'd like to make it part of the library.

sqdfsf commented 15 years ago

+1

ericabouaf commented 14 years ago

First version : http://github.com/neyric/wireit/commit/e0cfbc32963070b032210a466b8013805cf1d1f1 Extracted from the jsBox example + minor fixes