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

Option to properly add modules dynamically #24

Closed DerManoMann closed 12 years ago

DerManoMann commented 14 years ago

The current addModuleToList only updates the display but not the internal data structures (moduleByName). That means it is possible to load modules dynamically and even use them. However, loading saved wirings will not work as the lookup of the modules used fails. it should be ensured that display and internal data are in sync.

ericabouaf commented 14 years ago

True, I'll work on that in the edge branch...